Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
[oweals/busybox.git] / busybox.c
index 221ef2a65b77c55ab26d34d0172ff0b05b6f1d1b..84629d2187acdfafceb6e00fa4addce61ea4a3e7 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -189,9 +189,6 @@ const struct BB_applet applets[] = {
 #ifdef BB_MAKEDEVS
        {"makedevs", makedevs_main, _BB_DIR_SBIN},
 #endif
-#ifdef BB_MATH
-       {"math", math_main, _BB_DIR_USR_BIN},
-#endif
 #ifdef BB_MD5SUM
        {"md5sum", md5sum_main, _BB_DIR_USR_BIN},
 #endif