diff options
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 |