From fcbf8cca96244c941aa0a55fc4f37c8b7843e7e9 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sun, 31 Mar 2024 18:12:22 +0200 Subject: [PATCH] fix shellcheck being angry? --- setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.sh b/setup.sh index b654b09..3f014de 100755 --- a/setup.sh +++ b/setup.sh @@ -83,7 +83,6 @@ while getopts 'tc:k:d:l:pa:x:n:' flag; do l) PUB_CACHE_KEY="$OPTARG" ;; p) PRINT_ONLY=true ;; t) TEST_MODE=true ;; - t) TEST_MODE=true ;; # Uses RELEASE_MANIFEST from test/ directory, instead of fetching it from Google a) ARCH="$(echo "$OPTARG" | awk '{print tolower($0)}')" ;; x) PRECACHE="$OPTARG" ;; n) VERSION="$OPTARG" ;;