Allow "busybox <applet>" to work when busybox is disabled
authorRon Yorston <rmy@pobox.com>
Tue, 7 Jun 2016 09:26:24 +0000 (10:26 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 18 Jun 2016 17:15:20 +0000 (19:15 +0200)
commitba12081a9e9b2d90d1924546bc9097abf52cf2b5
tree53196419f5e93639a8ea085b1c80214dc2296f37
parente4caf1dd9ce8569371a0eeb77ccf02a572dc0f11
Allow "busybox <applet>" to work when busybox is disabled

A recent commit made it possible to disable BusyBox's --install
and --list options.  However it also stopped "busybox <applet>
<params>" from working.

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c