mirror of
https://git.busybox.net/busybox.git
synced 2024-11-29 00:23:28 +08:00
Changed exit code from -1 to 0 when busybox is invoked with no args.
(Closes bug #1114.)
This commit is contained in:
parent
39842defda
commit
016771834a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user