diff --git a/build.sh b/build.sh index 5a28137..d304901 100755 --- a/build.sh +++ b/build.sh @@ -810,6 +810,8 @@ until [ "$selection" = "0" ]; do echo "" echo " ____ __ ____ " echo " / __ \ ____ _ _____ / /__ ___ _____ / __ \ _____ ____ _ __ ____ ___ ____ _ __ " +# Don't want to expand this non-expression, it's just ANSI art +# shellcheck disable=SC2016 echo ' / /_/ // __ `// ___// //_// _ \ / ___/ / /_/ // ___// __ \ | |/_// __ `__ \ / __ \ | |/_/ ' echo " / ____// /_/ // /__ / ,< / __// / / ____// / / /_/ /_> < / / / / / // /_/ /_> < " echo '/_/ \__,_/ \___//_/|_| \___//_/ /_/ /_/ \____//_/|_|/_/ /_/ /_/ \____//_/|_| ' diff --git a/common.sh b/common.sh index b2e260c..5b578bd 100644 --- a/common.sh +++ b/common.sh @@ -1,3 +1,4 @@ +# shellcheck shell=sh follow_link() { FILE="$1" while [ -h "$FILE" ]; do