Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
[oweals/busybox.git] / mkfs_minix.c
index c6ca754cabdebf895306075bb14d7517d2c00178..670d03a3a92072004636d8d60bc7b72595eea543 100644 (file)
@@ -797,6 +797,6 @@ goodbye:
        }
        mark_good_blocks();
        write_tables();
-       exit( 0);
+       return( 0);
 
 }