From 6962c8b2c6207df29327371ca395854f8ecefda8 Mon Sep 17 00:00:00 2001 From: klutzy Date: Tue, 9 Apr 2013 23:07:21 +0900 Subject: [PATCH] configure: print rustc version --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3f3187a205b..6de40fa1765 100755 --- a/configure +++ b/configure @@ -310,7 +310,7 @@ then if [ -f ${CFG_LOCAL_RUST_ROOT}/bin/rustc ] then LRV=`${CFG_LOCAL_RUST_ROOT}/bin/rustc --version` - step_msg "using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: " $LRV + step_msg "using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: $LRV" CFG_RUSTC=${CFG_LOCAL_RUST_ROOT}/bin/rustc CFG_LOCAL_RUSTC=1 else