summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index af2bd21bd..be5a10885 100644
--- a/src/install.c
+++ b/src/install.c
@@ -520,7 +520,7 @@ strip (char *path)
switch (pid)
{
case -1:
- error (1, errno, _("cannot fork"));
+ error (1, errno, _("fork system call failed"));
break;
case 0: /* Child. */
execlp ("strip", "strip", path, (char *) NULL);