Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: abbreviate hash in suggest_reattach
[gitweb.git]
/
dir.c
diff --git
a/dir.c
b/dir.c
index 1e42b2b1509e2cf154a1d9722138fbeae437daf5..91cfd996711f8b9523da92ff75088292e16d316c 100644
(file)
--- a/
dir.c
+++ b/
dir.c
@@
-1647,7
+1647,7
@@
int remove_path(const char *name)
{
char *slash;
- if (unlink(name) && errno != ENOENT)
+ if (unlink(name) && errno != ENOENT
&& errno != ENOTDIR
)
return -1;
slash = strrchr(name, '/');