summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r--usr.bin/xinstall/xinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c
index 75f4549..16c039b 100644
--- a/usr.bin/xinstall/xinstall.c
+++ b/usr.bin/xinstall/xinstall.c
@@ -715,7 +715,7 @@ strip(to_name)
if (stripbin == NULL)
stripbin = "strip";
execlp(stripbin, stripbin, to_name, (char *)NULL);
- err(EX_OSERR, "exec(strip)");
+ err(EX_OSERR, "exec(%s)", stripbin);
default:
if (wait(&status) == -1 || status) {
(void)unlink(to_name);
OpenPOWER on IntegriCloud