From 197a6b3c14a8be7101903118516e0e16ec843eb5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 14 Sep 2010 12:57:05 +0200 Subject: sleep: make it non-NOFORK. Fixes ^C in standalone shell Signed-off-by: Denys Vlasenko --- coreutils/sleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/sleep.c') diff --git a/coreutils/sleep.c b/coreutils/sleep.c index b983df47e..12798d9a7 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c @@ -20,7 +20,7 @@ #include "libbb.h" -/* This is a NOFORK applet. Be very careful! */ +/* Do not make this applet NOFORK. It breaks ^C-ing of pauses in shells */ #if ENABLE_FEATURE_FANCY_SLEEP || ENABLE_FEATURE_FLOAT_SLEEP -- cgit v1.2.3