Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-compat-util.h: move SHELL_PATH default into header
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index 8b72e2a8ddeb3f587707232a38a8c85688367dfb..f55234dd27f6720a36730dc1660a10108dee55d5 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-872,4
+872,8
@@
struct tm *git_gmtime_r(const time_t *, struct tm *);
#define gmtime_r git_gmtime_r
#endif
+#ifndef SHELL_PATH
+# define SHELL_PATH "/bin/sh"
+#endif
+
#endif