diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-04-14 08:11:20 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-04-14 08:11:20 +0000 |
| commit | 36b568a4f1fb001ed3aa6bd98f308c78110c30ce (patch) | |
| tree | 4596504009c819138f35afa68650fd7359d34c2d /Completion/Unix/Command/_cdrecord | |
| parent | 19768: add clue to insecure directories warning and send errors to stderr (diff) | |
| download | zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.tar zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.tar.gz zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.tar.bz2 zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.tar.lz zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.tar.xz zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.tar.zst zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.zip | |
add missing local declaration
Diffstat (limited to 'Completion/Unix/Command/_cdrecord')
| -rw-r--r-- | Completion/Unix/Command/_cdrecord | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_cdrecord b/Completion/Unix/Command/_cdrecord index 129f46eea..2fab4faf4 100644 --- a/Completion/Unix/Command/_cdrecord +++ b/Completion/Unix/Command/_cdrecord @@ -1,6 +1,6 @@ #compdef cdrecord -local curcontext="$curcontext" state line +local curcontext="$curcontext" state line ret=1 local devices btypes _arguments -C \ |
