applets: meant to fix order, not enable bbsh
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 Nov 2009 23:53:16 +0000 (18:53 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 4 Nov 2009 23:53:16 +0000 (18:53 -0500)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/applets.h

index e1b8e76aa526adc16e613c3ae87827e8a8c2f6c6..60fb8bf2bd6da10181fed78928480b9dbba94ff8 100644 (file)
@@ -80,7 +80,7 @@ IF_ASH(APPLET(ash, _BB_DIR_BIN, _BB_SUID_DROP))
 IF_AWK(APPLET_NOEXEC(awk, awk, _BB_DIR_USR_BIN, _BB_SUID_DROP, awk))
 IF_BASENAME(APPLET_NOFORK(basename, basename, _BB_DIR_USR_BIN, _BB_SUID_DROP, basename))
 IF_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_DROP))
-IF_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_DROP))
+//IF_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_DROP))
 IF_BEEP(APPLET(beep, _BB_DIR_USR_BIN, _BB_SUID_DROP))
 IF_BLKID(APPLET(blkid, _BB_DIR_SBIN, _BB_SUID_DROP))
 IF_BRCTL(APPLET(brctl, _BB_DIR_USR_SBIN, _BB_SUID_DROP))