diff options
author | Jess Robinson <castaway@desert-island.me.uk> | 2013-01-31 14:15:17 +0000 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-23 19:46:03 +0100 |
commit | 871414daa45a66933057dd318494c425c88dbbdc (patch) | |
tree | e7259734c01c70bf6863b277f713f2fe9eee4354 /config_h.SH | |
parent | abfe20b253058027fdc5ed265d0981c14e51285d (diff) | |
download | perl-871414daa45a66933057dd318494c425c88dbbdc.tar.gz |
Separate SH used to run Configure from SH used on target system
This is because, for example, on the host system, sh might be /bin/sh,
but on the target system, it's /system/bin/sh.
The new variable is "targetsh" and defaults to "sh" unless changed by the hints file/Configure params.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index 010bb6aae0..c027ac4707 100755 --- a/config_h.SH +++ b/config_h.SH @@ -3141,7 +3141,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * /bin/pdksh, /bin/ash, /bin/bash, or even something such as * D:/bin/sh.exe. */ -#define SH_PATH "$sh" /**/ +#define SH_PATH "$targetsh" /**/ /* SIG_NAME: * This symbol contains a list of signal names in order of |