aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug097/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug097/testsuite.sh')
-rwxr-xr-xtestsuite/gna/bug097/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gna/bug097/testsuite.sh b/testsuite/gna/bug097/testsuite.sh
index c66369565..34e1f8cd8 100755
--- a/testsuite/gna/bug097/testsuite.sh
+++ b/testsuite/gna/bug097/testsuite.sh
@@ -3,7 +3,7 @@
. ../../testenv.sh
if c_compiler_is_available; then
- if [ -z $CC ]; then
+ if [ -z "$CC" ]; then
CC="gcc"
fi