* archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard
[oweals/busybox.git] / coreutils / ln.c
index 213db9b72f26a403f9b857d5e769f75bb5cf9671..1eb853d2fd23bbe893e59c55de4250c0c698eedf 100644 (file)
@@ -119,7 +119,7 @@ extern int ln_main(int argc, char **argv)
                        status = EXIT_FAILURE;
                optind++;
        }
-       exit(status);
+       return status;
 }
 
 /*