aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/busybox.c2
-rw-r--r--busybox.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 5fec3d5ec..0250e4c10 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -166,7 +166,7 @@ int busybox_main(int argc, char **argv)
}
}
fprintf(stderr, "\n\n");
- exit(-1);
+ exit(0);
}
/* Flag that we've been here already */
diff --git a/busybox.c b/busybox.c
index 5fec3d5ec..0250e4c10 100644
--- a/busybox.c
+++ b/busybox.c
@@ -166,7 +166,7 @@ int busybox_main(int argc, char **argv)
}
}
fprintf(stderr, "\n\n");
- exit(-1);
+ exit(0);
}
/* Flag that we've been here already */