diff --git a/script/pull-git-repo/run.sh b/script/pull-git-repo/run.sh index 1fd5f82d8..0179142e4 100644 --- a/script/pull-git-repo/run.sh +++ b/script/pull-git-repo/run.sh @@ -14,4 +14,4 @@ eval ${MLC_GIT_PULL_CMD} #don't fail if there are local changes #test $? -eq 0 || exit $? -cd $CUR_DIR +cd "$CUR_DIR"