X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;h=c3d93ff6b65e352f1c4ee7c70997e99454a4b5ab;hb=f77270883363b2407ba4588e20ab697535d45c50;hp=7db5c58873e9d47ca981ca21ed02fa62db8d14e2;hpb=03fe41ba1d68108808c966c6d7ff74bd8c1d648c;p=mmh diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 7db5c58..c3d93ff 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -1313,6 +1313,7 @@ sendit (char *sp, char **arg, char *file, int pushed) && altmsg) { vec[vecp++] = "-dist"; distfile = getcpy (m_mktemp2(altmsg, invo_name, NULL, NULL)); + unlink(distfile); if (link (altmsg, distfile) == NOTOK) adios (distfile, "unable to link %s to", altmsg); } else {