From d661cb1977def8215c50ae3eed1f9beb2877b862 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 3 Apr 2023 19:54:42 +0200 Subject: ash: sleep builtin with no arguments should not exit function old new delta sleep_main 116 143 +27 .rodata 105245 105268 +23 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 50/0) Total: 50 bytes Signed-off-by: Denys Vlasenko --- procps/kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps/kill.c') diff --git a/procps/kill.c b/procps/kill.c index 8f10e21..208efeb 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -85,8 +85,8 @@ * This brings some complications: * * + we can't use xfunc here - * + we can't use applet_name * + we can't use bb_show_usage + * + applet_name can be the name of the shell * (doesn't apply for killall[5], still should be careful b/c NOFORK) * * kill %n gets translated into kill ' -' by shell (note space!) -- cgit v1.1