Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
[oweals/busybox.git] / usleep.c
index 34008a638aab4fe683a209c1910a3c4a4697d268..da6cca9ab732dcb165be2616888bf538d8cbf5a9 100644 (file)
--- a/usleep.c
+++ b/usleep.c
@@ -38,5 +38,5 @@ extern int usleep_main(int argc, char **argv)
        }
 
        usleep(atoi(*(++argv)));        /* return void */
-       exit(TRUE);
+       return(TRUE);
 }