Browse Source

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

Marc Cornellà 1 year ago
parent
commit
000be72dd0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/upgrade.sh

+ 1 - 0
tools/upgrade.sh

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