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" ;;