mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
fix(updater): disable nounset
to avoid warnings (#11856)
This commit is contained in:
parent
03a0d5bbae
commit
000be72dd0
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
set +u # disable nounset
|
||||
|
||||
local ret=0 # exit code
|
||||
|
||||
|
|
Loading…
Reference in a new issue