From d49c995cb60d651b8f551195ae81274d7b6fd310 Mon Sep 17 00:00:00 2001 From: Harry Bond Date: Sat, 15 Jan 2022 01:14:53 +0000 Subject: [PATCH] putting paths in quotation marks Signed-off-by: Harry Bond --- configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index 90ed4bee13..7d4742767d 100755 --- a/configure.sh +++ b/configure.sh @@ -129,7 +129,7 @@ if [ ! -d "$BASE_PATH/3party/boost/tools" ]; then echo "Try 'git submodule update --init --recursive'" exit 1 fi -cd $BASE_PATH/3party/boost/ +cd "$BASE_PATH/3party/boost/" ./bootstrap.sh ./b2 headers -cd $BASE_PATH +cd "$BASE_PATH"