diff options
author | Ron Yorston <rmy@pobox.com> | 2018-12-09 15:15:05 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-12-09 15:30:35 +0000 |
commit | 6c3fd20e67cab2331b1e862c03eeb95a70625454 (patch) | |
tree | e91aed5902c7b820549461e1ca4d48f43f0d035d /libbb | |
parent | 6691b2e8d230e1c85d1a31a752f9f5b6933edbb0 (diff) | |
download | busybox-w32-6c3fd20e67cab2331b1e862c03eeb95a70625454.tar.gz busybox-w32-6c3fd20e67cab2331b1e862c03eeb95a70625454.tar.bz2 busybox-w32-6c3fd20e67cab2331b1e862c03eeb95a70625454.zip |
win32: special treatment for files with the '.sh' extension
Files with the extension '.sh' are considered to be executable.
Those that start with a '#!' line will be run using the specified
interpreter. If no '#!' is present the script will be run by the
shell.
When searching for an executable the '.sh' extension will be
tested in the same way as the standard extensions understood
by spawnve(). '.sh' takes precedence over the standard
extensions.
Diffstat (limited to 'libbb')
0 files changed, 0 insertions, 0 deletions