We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39c8d6 commit f83eb40Copy full SHA for f83eb40
configure
@@ -1474,7 +1474,7 @@ fi
1474
step_msg "configuring submodules"
1475
1476
# Have to be in the top of src directory for this
1477
-if [ -z $CFG_DISABLE_MANAGE_SUBMODULES ] && [ -z $CFG_ENABLE_RUSTBUILD ]
+if [ -z "$CFG_DISABLE_MANAGE_SUBMODULES" ] && [ -z "$CFG_ENABLE_RUSTBUILD" ]
1478
then
1479
cd ${CFG_SRC_DIR}
1480
@@ -1550,7 +1550,7 @@ do
1550
1551
msg "not configuring LLVM, rustbuild in use"
1552
do_reconfigure=0
1553
- elif [ -z $CFG_LLVM_ROOT ]
+ elif [ -z "$CFG_LLVM_ROOT" ]
1554
1555
LLVM_BUILD_DIR=${CFG_BUILD_DIR}$t/llvm
1556
LLVM_INST_DIR=$LLVM_BUILD_DIR
0 commit comments