Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
[oweals/busybox.git] / setkeycodes.c
index e933e14bc24440a499e902a2fb21102a2b1c0a9f..9062caf75a0d4afb6b77b3efdf11bd77bcf05393 100644 (file)
@@ -72,5 +72,5 @@ setkeycodes_main(int argc, char** argv)
        argc -= 2;
        argv += 2;
     }
-    exit( TRUE);
+    return( TRUE);
 }