diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-24 19:00:20 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-24 19:00:20 +0000 |
commit | 072cf79fd0e3b603bee1dfdba98a7e433b723b01 (patch) | |
tree | 535e0f8bde6796310b9956cdbe2c4ff270d0a24b /include/applets.h | |
parent | cdd26a387ba49074b8d2586ac77b2e92377259f6 (diff) | |
download | busybox-w32-072cf79fd0e3b603bee1dfdba98a7e433b723b01.tar.gz busybox-w32-072cf79fd0e3b603bee1dfdba98a7e433b723b01.tar.bz2 busybox-w32-072cf79fd0e3b603bee1dfdba98a7e433b723b01.zip |
Split true and false into separate applets.
git-svn-id: svn://busybox.net/trunk/busybox@3576 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/applets.h b/include/applets.h index 35dd947fe..9a7e394b6 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -158,7 +158,7 @@ | |||
158 | #ifdef CONFIG_EXPR | 158 | #ifdef CONFIG_EXPR |
159 | APPLET(expr, expr_main, _BB_DIR_USR_BIN) | 159 | APPLET(expr, expr_main, _BB_DIR_USR_BIN) |
160 | #endif | 160 | #endif |
161 | #ifdef CONFIG_TRUE_FALSE | 161 | #ifdef CONFIG_FALSE |
162 | APPLET(false, false_main, _BB_DIR_BIN) | 162 | APPLET(false, false_main, _BB_DIR_BIN) |
163 | #endif | 163 | #endif |
164 | #ifdef CONFIG_FBSET | 164 | #ifdef CONFIG_FBSET |
@@ -431,7 +431,7 @@ | |||
431 | #ifdef CONFIG_TRACEROUTE | 431 | #ifdef CONFIG_TRACEROUTE |
432 | APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN) | 432 | APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN) |
433 | #endif | 433 | #endif |
434 | #ifdef CONFIG_TRUE_FALSE | 434 | #ifdef CONFIG_TRUE |
435 | APPLET(true, true_main, _BB_DIR_BIN) | 435 | APPLET(true, true_main, _BB_DIR_BIN) |
436 | #endif | 436 | #endif |
437 | #ifdef CONFIG_TTY | 437 | #ifdef CONFIG_TTY |