diff options
Diffstat (limited to 'git-compat-util.h')
-rw-r--r-- | git-compat-util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index 8b72e2a8dd..f55234dd27 100644 --- 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 |