Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
[oweals/busybox.git] / fbset.c
diff --git a/fbset.c b/fbset.c
index de4c82425fcf6f3396183d92deb8a8276444d9cc..0a84dce236b42e0b51d30181b24798c4e47b9e33 100644 (file)
--- a/fbset.c
+++ b/fbset.c
@@ -329,5 +329,5 @@ extern int fbset_main(int argc, char **argv)
        /* Don't close the file, as exiting will take care of that */
        /* close(fh); */
 
-       exit (TRUE);
+       return (TRUE);
 }