aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-18 09:45:36 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-18 09:45:36 +0000
commitf8f79278e16bed1757df15ee1878f7d554bc9315 (patch)
tree77c14cf3279dd5e2d2536477ee6eff4884cd3bcc /coreutils
parentef0af15cd779d5f2c9877490db824119baa4260c (diff)
downloadbusybox-w32-f8f79278e16bed1757df15ee1878f7d554bc9315.tar.gz
busybox-w32-f8f79278e16bed1757df15ee1878f7d554bc9315.tar.bz2
busybox-w32-f8f79278e16bed1757df15ee1878f7d554bc9315.zip
cttyhack: new applet.
git-svn-id: svn://busybox.net/trunk/busybox@18649 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/sleep.c2
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:
65sleep(1);
66 bb_perror_nomsg_and_die(); 64 bb_perror_nomsg_and_die();
67 } 65 }
68 66