diff options
| author | Dave Huseby <dhuseby@mozilla.com> | 2015-06-24 12:48:08 -0700 |
|---|---|---|
| committer | Dave Huseby <dhuseby@mozilla.com> | 2015-06-24 12:48:08 -0700 |
| commit | 44d487d37ca2a29c26ca46106955d85482b3754f (patch) | |
| tree | ecc79c560d89f0a621ab456bf284a89255292256 | |
| parent | 97fb1c241c1356f6695ba24eab0085535688ae85 (diff) | |
| download | rust-44d487d37ca2a29c26ca46106955d85482b3754f.tar.gz rust-44d487d37ca2a29c26ca46106955d85482b3754f.zip | |
stupid missing dollar sign
| -rwxr-xr-x | configure | 2 |
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" |
