Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ew/svn-test-and-old-i18n'
[gitweb.git]
/
builtin-verify-tag.c
diff --git
a/builtin-verify-tag.c
b/builtin-verify-tag.c
index 729a1593e61d87ad4596f07e7faedac81de64e81..7f7fda42f9b7ab272ff2b3fa4ad1984a79f11ce0 100644
(file)
--- 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;
}