mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-06 03:10:35 +01:00
fix: remove redundant 'local' declaration
This commit is contained in:
parent
d817427673
commit
14a6b0d3d9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
set +u # disable nounset
|
set +u # disable nounset
|
||||||
|
|
||||||
local ret=0 # exit code
|
ret=0 # exit code
|
||||||
|
|
||||||
# Protect against running with shells other than zsh
|
# Protect against running with shells other than zsh
|
||||||
if [ -z "$ZSH_VERSION" ]; then
|
if [ -z "$ZSH_VERSION" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue