From 019513a59ffd966cca51d6616757295a46869e4a Mon Sep 17 00:00:00 2001 From: John Beppu Date: Wed, 22 Dec 1999 17:57:31 +0000 Subject: added hooks for sort --- applets/busybox.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'applets/busybox.c') 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 -- cgit v1.2.3