Fix build_python_msys2.sh to pass shellcheck

This commit is contained in:
Mehrdad Afshari 2017-06-27 12:41:40 -07:00
parent 009941ed51
commit 3b6dcfa3be
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
set -ex
BUILD_PYTHON=`realpath "$(dirname $0)/build_python.sh"`
BUILD_PYTHON=$(realpath "$(dirname "$0")/build_python.sh")
export MSYSTEM=$1
shift 1
bash --login $BUILD_PYTHON "$@"
bash --login "$BUILD_PYTHON" "$@"