From 8573fc6ac9f124720d64e6d8c2e96d49dbc42141 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Oct 1996 04:37:19 +0000 Subject: (usage): Improve diagnostic --- src/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/install.c') 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); -- cgit v1.2.3-54-g00ecf