Skip to content

Commit 3e460fc

Browse files
committed
fix for path issue
1 parent f5928e0 commit 3e460fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/benchmark-program/run-ubuntu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MLC_TMP_CURRENT_SCRIPT_PATH=${MLC_TMP_CURRENT_SCRIPT_PATH:-$PWD}
44

5-
cd ${MLC_TMP_CURRENT_SCRIPT_PATH}
5+
cd "${MLC_TMP_CURRENT_SCRIPT_PATH}"
66
if [ ${MLC_ENABLE_NUMACTL} == "1" ]; then
77
sudo apt-get install numactl
88
fi

0 commit comments

Comments
 (0)