From 36b568a4f1fb001ed3aa6bd98f308c78110c30ce Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 14 Apr 2004 08:11:20 +0000 Subject: add missing local declaration --- ChangeLog | 2 ++ Completion/Unix/Command/_cdrecord | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a127b2356..c8b6aac06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-04-14 Oliver Kiddle + * 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 \ -- cgit 1.4.1