Revert _rvm changing from local to typeset
This was changed in 4f68928
, but the old way is the conventional way.
This commit is contained in:
parent
8520b72484
commit
99a1daad2f
5
src/_rvm
5
src/_rvm
|
@ -15,10 +15,7 @@
|
|||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
typeset curcontext state line cmds ret
|
||||
|
||||
curcontext="$curcontext"
|
||||
ret=1
|
||||
local curcontext="$curcontext" state line cmds ret=1
|
||||
|
||||
_arguments -C \
|
||||
'(- 1 *)'{-v,--version}'[display version information]' \
|
||||
|
|
Loading…
Reference in New Issue