summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index f820a9b1945..bc4c65d5f6b 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -276,7 +276,7 @@ then
CCACHE_GCOV_VERSION_ENABLED=1
fi
-if ccache -V > /dev/null 2>&1 && test "$CCACHE_GCOV_VERSION_ENABLED" = "1" && "$CC" = "gcc"
+if ccache -V > /dev/null 2>&1 && test "$CCACHE_GCOV_VERSION_ENABLED" = "1" && test "$CC" = "gcc"
then
if test -x /usr/lib64/ccache/gcc
then