[git commit master] applets: fix alphabetical order

Mike Frysinger vapier at gentoo.org
Wed Nov 4 23:49:08 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=78824f38a3df1848ee323ca93cece049c00930ab
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 include/applets.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/applets.h b/include/applets.h
index 7d25f1b..e1b8e76 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -80,8 +80,8 @@ 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_BEEP(APPLET(beep, _BB_DIR_USR_BIN, _BB_SUID_DROP))
-//IF_BBSH(APPLET(bbsh, _BB_DIR_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))
 IF_BUNZIP2(APPLET(bunzip2, _BB_DIR_USR_BIN, _BB_SUID_DROP))
-- 
1.6.3.3



More information about the busybox-cvs mailing list