about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDave Huseby <dhuseby@mozilla.com>2015-06-24 12:48:08 -0700
committerDave Huseby <dhuseby@mozilla.com>2015-06-24 12:48:08 -0700
commit44d487d37ca2a29c26ca46106955d85482b3754f (patch)
treeecc79c560d89f0a621ab456bf284a89255292256
parent97fb1c241c1356f6695ba24eab0085535688ae85 (diff)
downloadrust-44d487d37ca2a29c26ca46106955d85482b3754f.tar.gz
rust-44d487d37ca2a29c26ca46106955d85482b3754f.zip
stupid missing dollar sign
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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"