From: Perl 5 Porters Date: Thu, 10 Oct 1996 04:01:53 +0000 (+0000) Subject: Update SH_PATH comment. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c5092641ca826888bcae4d3a2a676a905f07608;p=p5sagit%2Fp5-mst-13.2.git Update SH_PATH comment. --- diff --git a/config_H b/config_H index 5215a1a..498a238 100644 --- a/config_H +++ b/config_H @@ -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 1b3cde7..1f18809 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1615,7 +1615,8 @@ sed <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" /**/