aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/collect-utils.c')
-rw-r--r--gcc/collect-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect-utils.c b/gcc/collect-utils.c
index 1e03443..1b1b27c 100644
--- a/gcc/collect-utils.c
+++ b/gcc/collect-utils.c
@@ -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)