From 44d487d37ca2a29c26ca46106955d85482b3754f Mon Sep 17 00:00:00 2001 From: Dave Huseby Date: Wed, 24 Jun 2015 12:48:08 -0700 Subject: [PATCH] stupid missing dollar sign --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6dc401a8823..891f524a706 100755 --- a/configure +++ b/configure @@ -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"