diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/sleep.c b/coreutils/sleep.c index b983df4..12798d9 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 |