mirror of https://github.com/mirror/busybox.git
Patch from Stephane Billiart to improve ash error message.
parent
6e98521d68
commit
23246f39ed
|
@ -6606,7 +6606,7 @@ usage:
|
|||
} else
|
||||
pid = number(*argv);
|
||||
if (kill(pid, signo) != 0) {
|
||||
sh_warnx("%m\n");
|
||||
sh_warnx("kill %d: %s", pid, errmsg(errno, NULL));
|
||||
i = 1;
|
||||
}
|
||||
} while (*++argv);
|
||||
|
|
Loading…
Reference in New Issue