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:
Aaron Schrab 2012-08-26 09:40:27 -04:00
parent 8520b72484
commit 99a1daad2f
1 changed files with 1 additions and 4 deletions

View File

@ -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]' \