浏览代码

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

Marc Cornellà 8 月之前
父节点
当前提交
000be72dd0
共有 1 个文件被更改,包括 1 次插入0 次删除
  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