stupid missing dollar sign
This commit is contained in:
parent
97fb1c241c
commit
44d487d37c
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue