expand, unexpand: new applets from Tito <farmatito@tiscali.it>

This commit is contained in:
Denis Vlasenko
2007-08-13 14:10:24 +00:00
parent 08294dbf5b
commit 3952f20c24
10 changed files with 336 additions and 3 deletions

View File

@ -16,7 +16,7 @@
void fflush_stdout_and_exit(int retval)
{
if (fflush(stdout))
xfunc_die();
bb_perror_msg_and_die(bb_msg_standard_output);
if (ENABLE_FEATURE_PREFER_APPLETS && die_sleep < 0) {
/* We are in NOFORK applet. Do not exit() directly,