diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-18 09:45:36 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-18 09:45:36 +0000 |
commit | 6d709972cdad4848908813c673b2f5fdc9e3c4c0 (patch) | |
tree | 77c14cf3279dd5e2d2536477ee6eff4884cd3bcc /coreutils | |
parent | 4500c58a0766b9cc86dd8ddd25094593a8977197 (diff) |
cttyhack: new applet.
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/sleep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/sleep.c b/coreutils/sleep.c index b758de33b..592005bab 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c @@ -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(); } |