diff options
Diffstat (limited to 'coreutils/sleep.c')
-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) | |||
61 | #endif /* FEATURE_FANCY_SLEEP */ | 61 | #endif /* FEATURE_FANCY_SLEEP */ |
62 | 62 | ||
63 | if (sleep(duration)) { | 63 | if (sleep(duration)) { |
64 | //for hush debugging: | ||
65 | sleep(1); | ||
66 | bb_perror_nomsg_and_die(); | 64 | bb_perror_nomsg_and_die(); |
67 | } | 65 | } |
68 | 66 | ||