From 8573fc6ac9f124720d64e6d8c2e96d49dbc42141 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Oct 1996 04:37:19 +0000 Subject: [PATCH] (usage): Improve diagnostic --- src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.c b/src/install.c index af2bd21..be5a108 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); -- 2.7.4