diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 2a05e1551..25bfe438d 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -281,7 +281,7 @@ const struct BB_applet applets[] = { | |||
281 | {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage}, | 281 | {"tee", tee_main, _BB_DIR_USR_BIN, tee_usage}, |
282 | #endif | 282 | #endif |
283 | #ifdef BB_TOUCH | 283 | #ifdef BB_TOUCH |
284 | {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage}, | 284 | {"touch", touch_main, _BB_DIR_BIN, touch_usage}, |
285 | #endif | 285 | #endif |
286 | #ifdef BB_TR | 286 | #ifdef BB_TR |
287 | {"tr", tr_main, _BB_DIR_USR_BIN, tr_usage}, | 287 | {"tr", tr_main, _BB_DIR_USR_BIN, tr_usage}, |