From a82154931de871baaed64c08bb6d4dc995f10ea9 Mon Sep 17 00:00:00 2001 From: AJ Schroeder <6432150+ajschroeder@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:40:17 -0500 Subject: [PATCH] style: shellcheck updates --- build.sh | 2 ++ common.sh | 1 + 2 files changed, 3 insertions(+) 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