Fix build_python_msys2.sh to pass shellcheck

pull/11622/head
Mehrdad Afshari 8 years ago
parent 009941ed51
commit 3b6dcfa3be
  1. 4
      tools/run_tests/helper_scripts/build_python_msys2.sh

@ -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" "$@"

Loading…
Cancel
Save