cttyhack: new applet.

This commit is contained in:
Denis Vlasenko
2007-05-18 09:45:36 +00:00
parent 4500c58a07
commit 6d709972cd
5 changed files with 96 additions and 2 deletions

View File

@@ -61,8 +61,6 @@ int sleep_main(int argc, char **argv)
#endif /* FEATURE_FANCY_SLEEP */
if (sleep(duration)) {
//for hush debugging:
sleep(1);
bb_perror_nomsg_and_die();
}