mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 22:59:33 +00: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: b4927a753d
Pull-request: https://github.com/SerenityOS/serenity/pull/6872
Issue: https://github.com/SerenityOS/serenity/issues/6772
Reviewed-by: https://github.com/bcoles ✅
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…
Add table
Add a link
Reference in a new issue