aboutsummaryrefslogtreecommitdiff
path: root/procps/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/kill.c')
-rw-r--r--procps/kill.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/procps/kill.c b/procps/kill.c
index 579c8e53c..7c0822542 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -285,8 +285,7 @@ int kill_main(int argc UNUSED_PARAM, char **argv)
285 285
286 /* Looks like they want to do a kill. Do that */ 286 /* Looks like they want to do a kill. Do that */
287 while (arg) { 287 while (arg) {
288#if ENABLE_ASH || ENABLE_SH_IS_ASH || ENABLE_BASH_IS_ASH \ 288#if ENABLE_ASH_JOB_CONTROL || ENABLE_HUSH_KILL
289 || ENABLE_HUSH_KILL
290 /* 289 /*
291 * We need to support shell's "hack formats" of 290 * We need to support shell's "hack formats" of
292 * " -PRGP_ID" (yes, with a leading space) 291 * " -PRGP_ID" (yes, with a leading space)