]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/collect-utils.c
Remove usage of apostrophes in error and warning messages (PR translation/89935).
[thirdparty/gcc.git] / gcc / collect-utils.c
index 1e034433b802e4421a7791838a19175855a8ee87..1b1b27c925152501e84988f0fcdc5f67cb9d0ad0 100644 (file)
@@ -176,7 +176,7 @@ collect_execute (const char *prog, char **argv, const char *outname,
      since we might not end up needing something that we could not find.  */
 
   if (argv[0] == 0)
-    fatal_error (input_location, "cannot find '%s'", prog);
+    fatal_error (input_location, "cannot find %qs", prog);
 
   pex = pex_init (0, "collect2", NULL);
   if (pex == NULL)