summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/quietgcc.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quietgcc.bash b/src/quietgcc.bash
index 29f22ee0a..54e091e25 100755
--- a/src/quietgcc.bash
+++ b/src/quietgcc.bash
@@ -17,7 +17,7 @@ ignore=$ignore'|In file included from'
ignore=$ignore'| from'
# Figure out which cc to run; this is set by make.bash.
-gcc=@CC@
+gcc="@CC@"
if test "$gcc" = "@C""C@"; then
gcc=gcc
fi