aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-18 00:00:52 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-18 00:00:52 +0000
commit8e4d2339fe13ce8e321c20b1c7a5b3d074c3b0ff (patch)
tree808a54e0dc112d8b32326ccdb411e4300dc65d76 /applets
parent97780a33efddca3c7ffba155c48c4cf634cc8d41 (diff)
downloadbusybox-w32-8e4d2339fe13ce8e321c20b1c7a5b3d074c3b0ff.tar.gz
busybox-w32-8e4d2339fe13ce8e321c20b1c7a5b3d074c3b0ff.tar.bz2
busybox-w32-8e4d2339fe13ce8e321c20b1c7a5b3d074c3b0ff.zip
Updates
-Erik git-svn-id: svn://busybox.net/trunk/busybox@472 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 15d53eb05..73939c55f 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -303,7 +303,7 @@ static const struct Applet applets[] = {
303 {"uname", uname_main, _BB_DIR_BIN}, 303 {"uname", uname_main, _BB_DIR_BIN},
304#endif 304#endif
305#ifdef BB_UNIQ 305#ifdef BB_UNIQ
306 {"uniq", uniq_main, _BB_DIR_BIN}, 306 {"uniq", uniq_main, _BB_DIR_USR_BIN},
307#endif 307#endif
308#ifdef BB_UPDATE 308#ifdef BB_UPDATE
309 {"update", update_main, _BB_DIR_SBIN}, 309 {"update", update_main, _BB_DIR_SBIN},