diff --git a/tools/upgrade.sh b/tools/upgrade.sh index be8ba2f02..2ca1d8967 100755 --- a/tools/upgrade.sh +++ b/tools/upgrade.sh @@ -1,7 +1,7 @@ #!/usr/bin/env zsh set +u # disable nounset -local ret=0 # exit code +ret=0 # exit code # Protect against running with shells other than zsh if [ -z "$ZSH_VERSION" ]; then