diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-22 17:57:31 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-22 17:57:31 +0000 |
commit | e872680cec07750ca0eaf8460b9d849eef15cfba (patch) | |
tree | 5d03c4e7c4ba676fef529c52a4a55c46e246259e /applets | |
parent | 98374391f9abe49cfdf20592e03b1d5d4eb7db1b (diff) | |
download | busybox-w32-e872680cec07750ca0eaf8460b9d849eef15cfba.tar.gz busybox-w32-e872680cec07750ca0eaf8460b9d849eef15cfba.tar.bz2 busybox-w32-e872680cec07750ca0eaf8460b9d849eef15cfba.zip |
added hooks for sort
git-svn-id: svn://busybox.net/trunk/busybox@257 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 895accd93..cd4ab8fcd 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -184,6 +184,9 @@ static const struct Applet applets[] = { | |||
184 | #ifdef BB_SLEEP //bin | 184 | #ifdef BB_SLEEP //bin |
185 | {"sleep", sleep_main}, | 185 | {"sleep", sleep_main}, |
186 | #endif | 186 | #endif |
187 | #ifdef BB_SORT //bin | ||
188 | {"sort", sort_main}, | ||
189 | #endif | ||
187 | #ifdef BB_SYNC //bin | 190 | #ifdef BB_SYNC //bin |
188 | {"sync", sync_main}, | 191 | {"sync", sync_main}, |
189 | #endif | 192 | #endif |