Ticket #1031: tools-jam-src-execnt.c.patch
File tools-jam-src-execnt.c.patch, 516 bytes (added by , 15 years ago) |
---|
-
tools/jam/src/execnt.c
diff -N -r -u -b boost_1_34_0/tools/jam/src/execnt.c boost_1_34_0_amiga/tools/jam/src/execnt.c
old new 40 40 * If $(JAMSHELL) is defined, uses that to formulate execvp()/spawnvp(). 41 41 * The default is: 42 42 * 43 * /bin/sh -c % [ on UNIX /AmigaOS]43 * /bin/sh -c % [ on UNIX ] 44 44 * cmd.exe /c % [ on Windows NT ] 45 45 * 46 46 * Each word must be an individual element in a jam variable value.