summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-05-04 21:41:49 -0700
committerAndreas Kling <kling@serenityos.org>2021-05-05 21:26:37 +0200
commitb4927a753db3330184f6db43a19f63ab29a5dfca (patch)
tree3bc43e20234b1d58efd12f9f7e00a16475961537 /Toolchain
parent37a59f7f405d192a8289cc85ddc941e56483a1bf (diff)
downloadserenity-b4927a753db3330184f6db43a19f63ab29a5dfca.zip
Toolchain: Make BuildPython.sh shellcheck compliant
Shellcheck is unable to source non-literal includes, so inform shellcheck to just ignore this include.
Diffstat (limited to 'Toolchain')
-rwxr-xr-xToolchain/BuildPython.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Toolchain/BuildPython.sh b/Toolchain/BuildPython.sh
index 4453e4a389..fa173f2aed 100755
--- a/Toolchain/BuildPython.sh
+++ b/Toolchain/BuildPython.sh
@@ -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}"