diff --git a/script/benchmark-program/run-ubuntu.sh b/script/benchmark-program/run-ubuntu.sh index dfca75282..9771497b3 100644 --- a/script/benchmark-program/run-ubuntu.sh +++ b/script/benchmark-program/run-ubuntu.sh @@ -2,7 +2,7 @@ MLC_TMP_CURRENT_SCRIPT_PATH=${MLC_TMP_CURRENT_SCRIPT_PATH:-$PWD} -cd ${MLC_TMP_CURRENT_SCRIPT_PATH} +cd "${MLC_TMP_CURRENT_SCRIPT_PATH}" if [ ${MLC_ENABLE_NUMACTL} == "1" ]; then sudo apt-get install numactl fi