0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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