fix(updater): disable `nounset` to avoid warnings (#11856)

master
Marc Cornellà 3 years ago committed by GitHub
parent 03a0d5bbae
commit 000be72dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/upgrade.sh

@ -1,4 +1,5 @@
#!/usr/bin/env zsh
set +u # disable nounset
local ret=0 # exit code

Loading…
Cancel
Save