diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2005-07-26 14:20:56 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2005-07-26 14:20:56 +0000 |
commit | 022758c7c4b810ea510bc1f4050065ad819045d4 (patch) | |
tree | 670b6c59742304037020f3afda8a139fcb51066d /Completion/Unix | |
parent | 8534a97e9b33c9f5ceea9aa8e1408f9146bc4f68 (diff) | |
download | zsh-022758c7c4b810ea510bc1f4050065ad819045d4.tar.gz zsh-022758c7c4b810ea510bc1f4050065ad819045d4.tar.xz zsh-022758c7c4b810ea510bc1f4050065ad819045d4.zip |
unposted: declare expl local in _rake
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rake b/Completion/Unix/Command/_rake index e14458a9c..c0c8eed97 100644 --- a/Completion/Unix/Command/_rake +++ b/Completion/Unix/Command/_rake @@ -2,7 +2,7 @@ # rake, version 0.5.4 -local curcontext="$curcontext" state line ret=1 +local curcontext="$curcontext" state line expl ret=1 typeset -A opt_args _arguments -C -s -S \ |