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