aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2085a38..723de9f 100755
--- a/configure
+++ b/configure
@@ -50,4 +50,4 @@ case "$colour" in
*) usage >&2; exit 1;;
esac
-[[ $CC ]] && conf "CC=${CC@Q}"
+if [[ $CC ]]; then conf "CC=${CC@Q}"; fi