aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
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 */