Minor fixups.

-Erik
This commit is contained in:
Eric Andersen
2000-08-19 20:16:16 +00:00
parent 8cbac440d6
commit e89267c8b3
3 changed files with 3 additions and 3 deletions

View File

@ -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},