]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops.
authorBruno Haible <bruno@clisp.org>
Mon, 9 Jul 2001 12:28:37 +0000 (12:28 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 9 Jul 2001 12:28:37 +0000 (12:28 +0000)
lib/pipe-bidi.c

index fe207778e1fa2ba9a9092d1421d5313e8a6d6730..794b67e5c4be669f687c2fc5e3469f302cc7c612 100644 (file)
@@ -139,7 +139,7 @@ create_pipe_bidi (progname, prog_path, prog_argv, fd)
       _exit (-1);
     }
   if (child == -1)
-    error (EXIT_FAILURE, errno, _("%s subprocess failed"), prog_argv);
+    error (EXIT_FAILURE, errno, _("%s subprocess failed"), progname);
 #endif
   close (ofd[0]);
   close (ifd[1]);