diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-19 20:16:16 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-19 20:16:16 +0000 |
commit | 0a9dea8eb1f73e1cf9aee918c0cf1d0f9ae90f44 (patch) | |
tree | 66e070f66d1901e1701213bdb4585d674355ec9f /applets | |
parent | fbd12bf47ccc09f73feb3382777c89004e820411 (diff) | |
download | busybox-w32-0a9dea8eb1f73e1cf9aee918c0cf1d0f9ae90f44.tar.gz busybox-w32-0a9dea8eb1f73e1cf9aee918c0cf1d0f9ae90f44.tar.bz2 busybox-w32-0a9dea8eb1f73e1cf9aee918c0cf1d0f9ae90f44.zip |
Minor fixups.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@957 69ca8d6d-28ef-0310-b511-8ec308f3f277
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}, |