aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-19 20:16:16 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-19 20:16:16 +0000
commite89267c8b38a49dcb8983d4903328a3d079b2b15 (patch)
tree66e070f66d1901e1701213bdb4585d674355ec9f /busybox.c
parent8cbac440d667526cf28cf88bef4155b1ac15780d (diff)
downloadbusybox-e89267c8b38a49dcb8983d4903328a3d079b2b15.tar.gz
Minor fixups.
-Erik
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.c b/busybox.c
index 2a05e1551..25bfe438d 100644
--- a/busybox.c
+++ b/busybox.c
@@ -281,7 +281,7 @@ const struct BB_applet applets[] = {
{"tee", tee_main, _BB_DIR_USR_BIN, tee_usage},
#endif
#ifdef BB_TOUCH
- {"touch", touch_main, _BB_DIR_USR_BIN, touch_usage},
+ {"touch", touch_main, _BB_DIR_BIN, touch_usage},
#endif
#ifdef BB_TR
{"tr", tr_main, _BB_DIR_USR_BIN, tr_usage},