chore(scripts): remove unused VERBOSE declarations

Remove VERBOSE="${VERBOSE:-0}" from scripts that never reference
$VERBOSE after setting it. The variable is already set in
scripts/shared.sh line 5.
This commit is contained in:
2026-02-05 22:57:20 +02:00
parent 083d30a0c3
commit 443361cddb
7 changed files with 0 additions and 21 deletions

View File

@@ -4,9 +4,6 @@ set -euo pipefail
# Ismo Vuorinen <https://github.com/ivuorinen> 2018
#
# Enable verbosity with VERBOSE=1
VERBOSE="${VERBOSE:-0}"
# Check if the script is running on macOS
if [ "$(uname)" != "Darwin" ]; then
msgr warn "Not a macOS system"