diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-30 01:51:08 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-30 01:51:08 +0000 |
commit | bb14ff96c54db23fbbf7447aceb0dda1ce2c24f9 (patch) | |
tree | aa2ece58e3dcbbf35991ee5731a69eef3c454d75 /Porting | |
parent | 9c9e9f0863cb100e2963b00cc837c298fe9d4db4 (diff) | |
download | perl-bb14ff96c54db23fbbf7447aceb0dda1ce2c24f9.tar.gz |
Updated.
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index f1d3e97007..62818c69d1 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1214,7 +1214,8 @@ sh (sh.U): This variable contains the full pathname of the shell used 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. This unit comes before Options.U, so you can't set sh with a -D option, though you can override this (and startsh) with -O -Dsh=/bin/whatever -Dstartsh=whatever |