setup.sh: shellcheck disable=SC2123

https://github.com/koalaman/shellcheck/wiki/SC2123
This commit is contained in:
happysalada 2021-06-23 16:32:00 +09:00 committed by Raphael Megzari
parent 8dbbd8fbe3
commit 958c180d1f

View file

@ -246,6 +246,7 @@ shopt -s nullglob
# Set up the initial path.
# shellcheck disable=SC2123
PATH=
HOST_PATH=
# shellcheck disable=SC2154