Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
[oweals/busybox.git] / uuencode.c
index 91136b3e6d557b2376d7aa0fc786403bf87515ab..97801aa097ec8b400e029ab2478bd18a619038b0 100644 (file)
@@ -240,5 +240,5 @@ int uuencode_main (int argc,
     errorMsg("Write error\n");
     exit FALSE;
   }
-  exit TRUE;
+  return( TRUE);
 }