Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: Handle cases where format-patch fails
[gitweb.git]
/
attr.c
diff --git
a/attr.c
b/attr.c
index f12c83f80a0f03b2112c212e46c571ec4074abf3..056d702f6e244e4188abc3c8dc4db647699ec4d1 100644
(file)
--- a/
attr.c
+++ b/
attr.c
@@
-353,7
+353,7
@@
static struct attr_stack *read_attr_from_file(const char *path, int macro_ok)
int lineno = 0;
if (!fp) {
- if (errno != ENOENT)
+ if (errno != ENOENT
&& errno != ENOTDIR
)
warn_on_inaccessible(path);
return NULL;
}