Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-05 02:53:16 +0300
committerMike Frysinger <vapier@gentoo.org>2009-11-05 02:53:16 +0300
commit05ed00f09aef68f2b5f67c4f4a56dc7fcd50aefb (patch)
tree2912d39311eedd03fe13a245b45b65bd0b85f8bf /include/applets.h
parenteacbca57350bad76ff9265ca0cee5d9244ab5451 (diff)
applets: meant to fix order, not enable bbsh
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index e1b8e76aa..60fb8bf2b 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -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))