summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dosish.h b/dosish.h
index 574fbfc169..8734cda27c 100644
--- a/dosish.h
+++ b/dosish.h
@@ -1,6 +1,8 @@
#define ABORT() abort();
+#ifndef SH_PATH
#define SH_PATH "/bin/sh"
+#endif
#ifdef DJGPP
# define BIT_BUCKET "nul"