Fix build_python_msys2.sh to pass shellcheck
This commit is contained in:
parent
009941ed51
commit
3b6dcfa3be
|
|
@ -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…
Reference in New Issue