(usage): Improve diagnostic
authorJim Meyering <jim@meyering.net>
Tue, 8 Oct 1996 04:37:19 +0000 (04:37 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 8 Oct 1996 04:37:19 +0000 (04:37 +0000)
src/install.c

index af2bd21..be5a108 100644 (file)
@@ -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);