about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2004-04-14 08:11:20 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2004-04-14 08:11:20 +0000
commit36b568a4f1fb001ed3aa6bd98f308c78110c30ce (patch)
tree4596504009c819138f35afa68650fd7359d34c2d
parent37522a2dea50818af925c51bd9ca9ce1d598a815 (diff)
downloadzsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.tar.gz
zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.tar.xz
zsh-36b568a4f1fb001ed3aa6bd98f308c78110c30ce.zip
add missing local declaration
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Unix/Command/_cdrecord2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a127b2356..c8b6aac06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-04-14  Oliver Kiddle  <opk@zsh.org>
 
+	* unposted: Completion/Unix/Command/_cdrecord: add missing local
+
 	* 19768: Completion/compinit: suggest running compaudit to see
 	insecure files and directories and send errors to stderr
 
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 \