aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>1999-12-22 17:57:31 +0000
committerJohn Beppu <beppu@lbox.org>1999-12-22 17:57:31 +0000
commit019513a59ffd966cca51d6616757295a46869e4a (patch)
tree5d03c4e7c4ba676fef529c52a4a55c46e246259e /applets
parent38efa7902e7d266fbc78e1d39780ca0866d98dad (diff)
downloadbusybox-019513a59ffd966cca51d6616757295a46869e4a.tar.gz
added hooks for sort
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
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[] = {
#ifdef BB_SLEEP //bin
{"sleep", sleep_main},
#endif
+#ifdef BB_SORT //bin
+ {"sort", sort_main},
+#endif
#ifdef BB_SYNC //bin
{"sync", sync_main},
#endif