diff options
author | Ron Yorston <rmy@pobox.com> | 2024-04-20 16:08:09 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-04-20 16:08:09 +0100 |
commit | 356bfacef7da39052d404e2db166996cf7b74d4d (patch) | |
tree | ecfb1fdec1ea3dcd5ff8a1b4010e322404b6e1d8 /TODO | |
parent | ec3bd5c462717a6cd1668f536c8aab9d76ea04b0 (diff) | |
download | busybox-w32-356bfacef7da39052d404e2db166996cf7b74d4d.tar.gz busybox-w32-356bfacef7da39052d404e2db166996cf7b74d4d.tar.bz2 busybox-w32-356bfacef7da39052d404e2db166996cf7b74d4d.zip |
make: skip shell -e option when running commands
POSIX says, regarding execution of commands:
The execution line shall then be executed by a shell as if it
were passed as the argument to the system() interface, except
that if errors are not being ignored then the shell -e option
shall also be in effect.
As a non-POSIX extension, skip the use of the -e option. This is
how GNU make and BSD make behave.
(GitHub issue #409)
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions