show_usage should use bb_default_error_retval.
This commit is contained in:
@@ -423,7 +423,7 @@ extern void bb_show_usage (void)
|
|||||||
fprintf (stderr, format_string, bb_msg_full_version, applet_using->name,
|
fprintf (stderr, format_string, bb_msg_full_version, applet_using->name,
|
||||||
usage_string);
|
usage_string);
|
||||||
|
|
||||||
exit (EXIT_FAILURE);
|
exit (bb_default_error_retval);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int applet_name_compare (const void *x, const void *y)
|
static int applet_name_compare (const void *x, const void *y)
|
||||||
|
Reference in New Issue
Block a user