jjb: Add initial gerrit job for babeltrace
[lttng-ci.git] / scripts / babeltrace / build.sh
index cf4906393e0647be73938abc88c236a4aabd167e..58991010e7fd707c74950f89a0e9a90f0e4837c6 100755 (executable)
@@ -144,7 +144,7 @@ clang-7)
     ;;
 esac
 
-if [ "x$CC" != "x" ]; then
+if [ "x${CC:-}" != "x" ]; then
     echo "Selected compiler:"
     "$CC" -v
 fi
This page took 0.02305 seconds and 4 git commands to generate.