stupid missing dollar sign

This commit is contained in:
Dave Huseby 2015-06-24 12:48:08 -07:00
parent 97fb1c241c
commit 44d487d37c

2
configure vendored
View File

@ -903,7 +903,7 @@ fi
# on clang as a backup.
if [ -z "$CFG_ENABLE_CLANG" ]
then
CFG_GCC_VERSION=$("CFG_GCC" --version 2>&1)
CFG_GCC_VERSION=$("$CFG_GCC" --version 2>&1)
if [ $? -ne 0 ]
then
step_msg "GCC not installed, will try using Clang"