This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix(updater): disable `nounset` to avoid warnings (
#11856
)
Marc Cornellà
1 year ago
parent
03a0d5bbae
commit
000be72dd0
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
tools/upgrade.sh
+ 1
- 0
tools/upgrade.sh
View File
@@ -1,4 +1,5 @@
#!/usr/bin/env zsh
+set +u # disable nounset
local ret=0 # exit code