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