diff options
author | Ron Yorston <rmy@pobox.com> | 2023-06-02 16:44:17 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-06-02 16:44:17 +0100 |
commit | 0a5ca0348b05f827032a57fac5d7732e464a0e46 (patch) | |
tree | fedd1e50274a148ccee8acbb494769489698a136 /shell | |
parent | bec2426878edb9b8553b4daa27cd34a8e230d465 (diff) | |
download | busybox-w32-0a5ca0348b05f827032a57fac5d7732e464a0e46.tar.gz busybox-w32-0a5ca0348b05f827032a57fac5d7732e464a0e46.tar.bz2 busybox-w32-0a5ca0348b05f827032a57fac5d7732e464a0e46.zip |
win32: change interpretation of BB_OVERRIDE_APPLETS
Make the following changes to BB_OVERRIDE_APPLETS:
- Applet names in the list can be separated by spaces, commas or
semicolons.
- Applets before the first semicolon are disabled unconditionally.
- Applets after the first semicolon are overridden if a matching
external command exists.
- '-' alone disables all applets.
- '+' alone overrides every applet for which a matching external
command exists.
This doesn't change the existing documented behaviour. It adds
the ability to have applets overridden if an external command
exists but to remain available if not.
Adds 80-88 bytes.
(GitHub issue #329)
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions