diff --git a/builtins/common.c b/builtins/common.c index 0eabe06..9e06c1e 100644 --- a/builtins/common.c +++ b/builtins/common.c @@ -782,13 +782,9 @@ display_signal_list (list, forcecols) list = list->next; continue; } -#if defined (JOB_CONTROL) /* POSIX.2 says that `kill -l signum' prints the signal name without the `SIG' prefix. */ printf ("%s\n", (this_shell_builtin == kill_builtin) ? name + 3 : name); -#else - printf ("%s\n", name); -#endif } else {