From ef5bea146963d4ed185f1785fc63b4867f6a71c7 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 11 Sep 2021 01:48:13 +0100 Subject: [PATCH] build: fix shellcheck errors --- build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build b/build index bb0120e..74910d3 100755 --- a/build +++ b/build @@ -26,11 +26,13 @@ scp_path="starbeamrainbowlabs.com:/srv/pepperminty.wiki/www/"; # Check out the lantern git submodule if needed if [ ! -f "${lantern_path}/lantern.sh" ]; then git submodule update --init "${lantern_path}"; fi +#shellcheck disable=SC1090 source "${lantern_path}/lantern.sh"; if [[ "$#" -lt 1 ]]; then echo -e "${FBLE}${project_name}${RS} build script"; echo -e " by Starbeamrainbowlabs"; + #shellcheck disable=SC2154 echo -e "${LC}Powered by the lantern build engine, v${version}${RS}"; echo -e ""; echo -e "${CSECTION}Usage${RS}";