diff options
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 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) | |||
166 | } | 166 | } |
167 | } | 167 | } |
168 | fprintf(stderr, "\n\n"); | 168 | fprintf(stderr, "\n\n"); |
169 | exit(-1); | 169 | exit(0); |
170 | } | 170 | } |
171 | 171 | ||
172 | /* Flag that we've been here already */ | 172 | /* Flag that we've been here already */ |