build: fix shellcheck errors
This commit is contained in:
parent
8f0aed744f
commit
ef5bea1469
1 changed files with 2 additions and 0 deletions
2
build
2
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}";
|
||||
|
|
Loading…
Reference in a new issue