diff options
author | Ron Yorston <rmy@pobox.com> | 2018-02-18 12:23:48 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-02-18 12:23:48 +0000 |
commit | d1da09ea7a88cabdce417041ffa2018b7516de0c (patch) | |
tree | cb042c4f3bc01807ee00eaac09d4e707b8ed4460 /TODO | |
parent | 96c9c0044f3c0a8e3b23e1eb05a86a6222cb741c (diff) | |
download | busybox-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