mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
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:
parent
37a59f7f40
commit
b4927a753d
1 changed files with 1 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue