Skip to content

Commit 44d487d

Browse files
author
Dave Huseby
committed
stupid missing dollar sign
1 parent 97fb1c2 commit 44d487d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ fi
903903
# on clang as a backup.
904904
if [ -z "$CFG_ENABLE_CLANG" ]
905905
then
906-
CFG_GCC_VERSION=$("CFG_GCC" --version 2>&1)
906+
CFG_GCC_VERSION=$("$CFG_GCC" --version 2>&1)
907907
if [ $? -ne 0 ]
908908
then
909909
step_msg "GCC not installed, will try using Clang"

0 commit comments

Comments
 (0)