sort is good to go.
[oweals/busybox.git] / busybox.c
index 895accd93be7fa44e82efaf0914ee537ba95b35e..cd4ab8fcd9675f2a0b224a3d27712421da8e73e6 100644 (file)
--- a/busybox.c
+++ b/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