Toolchain: Make BuildPython.sh shellcheck compliant

Shellcheck is unable to source non-literal includes,
so inform shellcheck to just ignore this include.
This commit is contained in:
Brian Gianforcaro 2021-05-04 21:41:49 -07:00 committed by Andreas Kling
parent 37a59f7f40
commit b4927a753d

View file

@ -10,6 +10,7 @@ PREFIX_DIR="$DIR/Local/$ARCH"
BUILD_DIR="$DIR/Build/$ARCH"
TARBALLS_DIR="$DIR/Tarballs"
# shellcheck source=/dev/null
source "$DIR/../Ports/python3/version.sh"
mkdir -p "${TARBALLS_DIR}"