mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-04 05:19:58 +03: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
Notes:
sideshowbarker
2024-07-18 18:40:43 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/b4927a753db Pull-request: https://github.com/SerenityOS/serenity/pull/6872 Issue: https://github.com/SerenityOS/serenity/issues/6772 Reviewed-by: https://github.com/bcoles ✅
@ -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 New Issue
Block a user