diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-19 20:16:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-19 20:16:16 +0000 |
commit | e89267c8b38a49dcb8983d4903328a3d079b2b15 (patch) | |
tree | 66e070f66d1901e1701213bdb4585d674355ec9f /applets | |
parent | 8cbac440d667526cf28cf88bef4155b1ac15780d (diff) | |
download | busybox-w32-e89267c8b38a49dcb8983d4903328a3d079b2b15.tar.gz busybox-w32-e89267c8b38a49dcb8983d4903328a3d079b2b15.tar.bz2 busybox-w32-e89267c8b38a49dcb8983d4903328a3d079b2b15.zip |
Minor fixups.
-Erik
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}, |