1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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

This commit is contained in:
Marc Cornellà
2023-08-29 10:27:36 +02:00
committed by GitHub
parent 03a0d5bbae
commit 000be72dd0

View File

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