aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-19 16:39:10 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-19 16:39:10 +0000
commita3f09076ef5e9a2c26b4d0728cd066bba6c474e4 (patch)
treefb94f1b8f63af5d4aaf961449ffc1aa05fefe3d7 /busybox.c
parent3e0fbae15eca940c70075c8eade3f2c735fa34b6 (diff)
downloadbusybox-a3f09076ef5e9a2c26b4d0728cd066bba6c474e4.tar.gz
More stuff
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/busybox.c b/busybox.c
index cb0e2a728..3af98407d 100644
--- a/busybox.c
+++ b/busybox.c
@@ -45,9 +45,6 @@ static const struct Applet applets[] = {
#ifdef BB_DUTMP //usr/sbin
{"dutmp", cat_more_main},
#endif
-#ifdef BB_FALSE //bin
- {"false", false_main},
-#endif
#ifdef BB_FDFLUSH //bin
{"fdflush", fdflush_main},
#endif
@@ -142,8 +139,9 @@ static const struct Applet applets[] = {
#ifdef BB_TOUCH //usr/bin
{"touch", touch_main},
#endif
-#ifdef BB_TRUE //bin
+#ifdef BB_TRUE_FALSE //bin
{"true", true_main},
+ {"false", false_main},
#endif
#ifdef BB_UMOUNT //bin
{"umount", umount_main},