aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-02-18 12:23:48 +0000
committerRon Yorston <rmy@pobox.com>2018-02-18 12:23:48 +0000
commitd1da09ea7a88cabdce417041ffa2018b7516de0c (patch)
treecb042c4f3bc01807ee00eaac09d4e707b8ed4460 /TODO
parent96c9c0044f3c0a8e3b23e1eb05a86a6222cb741c (diff)
downloadbusybox-w32-d1da09ea7a88cabdce417041ffa2018b7516de0c.tar.gz
busybox-w32-d1da09ea7a88cabdce417041ffa2018b7516de0c.tar.bz2
busybox-w32-d1da09ea7a88cabdce417041ffa2018b7516de0c.zip
win32: use built-in shell for popen, if possible
popen uses the shell to run the command provided. If BusyBox has been configured appropriately use the built-in shell for this. - Currently the only user of popen in busybox-w32 is awk, which uses it when piping to or from commands. - If the command is available as an applet the shell will use it. If a different version of the program is required the command will need to specify the full path. - This change means that popen will work even if no shell is present on the path. - Since the binary may have been run as sh.exe or awk.exe it's necessary to use the magic --busybox option.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions