X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-verify-tag.c;h=7f7fda42f9b7ab272ff2b3fa4ad1984a79f11ce0;hb=22cdab5b3f93dc21ab29ab3a46c4ec0f0c3f0869;hp=729a1593e61d87ad4596f07e7faedac81de64e81;hpb=f6576f4c0c6fa3b2d979faf28936c09480dedaab;p=git.git diff --git a/builtin-verify-tag.c b/builtin-verify-tag.c index 729a1593e..7f7fda42f 100644 --- a/builtin-verify-tag.c +++ b/builtin-verify-tag.c @@ -55,7 +55,7 @@ static int run_gpg_verify(const char *buf, unsigned long size, int verbose) close(gpg.in); ret = finish_command(&gpg); - unlink(path); + unlink_or_warn(path); return ret; }