Ticket #1031: tools-jam-src-execnt.c.patch

File tools-jam-src-execnt.c.patch, 516 bytes (added by ssolie, 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  
    4040 * If $(JAMSHELL) is defined, uses that to formulate execvp()/spawnvp().
    4141 * The default is:
    4242 *
    43  *      /bin/sh -c %            [ on UNIX/AmigaOS ]
     43 *      /bin/sh -c %            [ on UNIX ]
    4444 *      cmd.exe /c %            [ on Windows NT ]
    4545 *
    4646 * Each word must be an individual element in a jam variable value.