From 6d709972cdad4848908813c673b2f5fdc9e3c4c0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 18 May 2007 09:45:36 +0000 Subject: cttyhack: new applet. --- coreutils/sleep.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'coreutils') 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(); } -- cgit v1.2.3