diff options
-rw-r--r-- | config_H | 3 | ||||
-rw-r--r-- | config_h.SH | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1601,7 +1601,8 @@ * This symbol contains the full pathname to the shell used on this * on this system to execute Bourne shell scripts. Usually, this will be * /bin/sh, though it's possible that some systems will have /bin/ksh, - * /bin/pdksh, /bin/ash, /bin/bash, or even something such as D:/bin/sh. + * /bin/pdksh, /bin/ash, /bin/bash, or even something such as + * D:/bin/sh.exe. */ #define SH_PATH "/bin/sh" /**/ diff --git a/config_h.SH b/config_h.SH index 1b3cde78b7..1f1880964f 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1615,7 +1615,8 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * This symbol contains the full pathname to the shell used on this * on this system to execute Bourne shell scripts. Usually, this will be * /bin/sh, though it's possible that some systems will have /bin/ksh, - * /bin/pdksh, /bin/ash, /bin/bash, or even something such as D:/bin/sh. + * /bin/pdksh, /bin/ash, /bin/bash, or even something such as + * D:/bin/sh.exe. */ #define SH_PATH "$sh" /**/ |