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

File tools-jam-src-execunix.c.patch, 668 bytes (added by ssolie, 15 years ago)
  • tools/jam/src/execunix.c

    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  
    2323# endif
    2424
    2525/*
    26  * execunix.c - execute a shell script on UNIX/WinNT/OS2/AmigaOS
     26 * execunix.c - execute a shell script on UNIX/WinNT/OS2
    2727 *
    2828 * If $(JAMSHELL) is defined, uses that to formulate execvp()/spawnvp().
    2929 * The default is:
    3030 *
    31  *      /bin/sh -c %            [ on UNIX/AmigaOS ]
     31 *      /bin/sh -c %            [ on UNIX ]
    3232 *      cmd.exe /c %            [ on OS2/WinNT ]
    3333 *
    3434 * Each word must be an individual element in a jam variable value.