diff -N -r -u -b boost_1_34_0/tools/jam/src/execunix.c boost_1_34_0_amiga/tools/jam/src/execunix.c
|
old
|
new
|
|
| 23 | 23 | # endif |
| 24 | 24 | |
| 25 | 25 | /* |
| 26 | | * execunix.c - execute a shell script on UNIX/WinNT/OS2/AmigaOS |
| | 26 | * execunix.c - execute a shell script on UNIX/WinNT/OS2 |
| 27 | 27 | * |
| 28 | 28 | * If $(JAMSHELL) is defined, uses that to formulate execvp()/spawnvp(). |
| 29 | 29 | * The default is: |
| 30 | 30 | * |
| 31 | | * /bin/sh -c % [ on UNIX/AmigaOS ] |
| | 31 | * /bin/sh -c % [ on UNIX ] |
| 32 | 32 | * cmd.exe /c % [ on OS2/WinNT ] |
| 33 | 33 | * |
| 34 | 34 | * Each word must be an individual element in a jam variable value. |