mirror of
https://github.com/zdharma-continuum/zinit-annex-bin-gem-node.git
synced 2026-09-10 07:26:18 -04:00
Made variables local
This commit is contained in:
parent
4ee0b75546
commit
852d239157
|
|
@ -151,7 +151,7 @@ if (( ${+ICE[sbin]} )) {
|
||||||
sbins=( ${(s.;.)ICE[sbin]} )
|
sbins=( ${(s.;.)ICE[sbin]} )
|
||||||
|
|
||||||
(( !$#sbins )) && sbins+=("")
|
(( !$#sbins )) && sbins+=("")
|
||||||
local sbin norcs_flag
|
local sbin sbin_norcs split_args
|
||||||
|
|
||||||
(
|
(
|
||||||
# CD for the globbing through eval
|
# CD for the globbing through eval
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue