make xfunctions optionally longjump instead of exit.
use it for making NOFORK more practical. touch: make it a NOFORK applet
This commit is contained in:
@ -462,7 +462,7 @@ void bb_show_usage(void)
|
||||
applet_name, usage_string);
|
||||
}
|
||||
|
||||
exit(xfunc_error_retval);
|
||||
sleep_and_die();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user