Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Fix support for old libcurl
[gitweb.git]
/
init-db.c
diff --git
a/init-db.c
b/init-db.c
index 6990903bf75ef3cb4764166f2537fd64c4d07f18..c78c4951144e04d97773a872b0663a405097874c 100644
(file)
--- a/
init-db.c
+++ b/
init-db.c
@@
-7,7
+7,7
@@
static void safe_create_dir(const char *dir)
{
- if (mkdir(dir, 07
55
) < 0) {
+ if (mkdir(dir, 07
77
) < 0) {
if (errno != EEXIST) {
perror(dir);
exit(1);