From 20866bf154711e64e6f97936cf8e0055a7fc8917 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 8 Aug 2005 01:45:16 +0000 Subject: unposted: fix syntax error in _mencal introduced by recent cleanup. --- ChangeLog | 5 +++++ Completion/Unix/Command/_mencal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ce0e0f13..afe95b84a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-07 Clint Adams + + unposted: Completion/Unix/Command/_mencal: fix syntax error + introduced by recent cleanup. + 2005-08-02 Peter Stephenson * 21557: Thorsten Dahlheimer: Src/glob.c: BRACE_CCL was broken diff --git a/Completion/Unix/Command/_mencal b/Completion/Unix/Command/_mencal index 224b4e5ba..ca56c609d 100644 --- a/Completion/Unix/Command/_mencal +++ b/Completion/Unix/Command/_mencal @@ -14,7 +14,7 @@ _arguments -C \ '(-)'{-V,--version}'[print version information]' \ \*{-c,--config}'[config]:options:->option' && ret=0 -if [[ $state = option ]]; do +if [[ $state = option ]]; then _values -s , 'config option' \ '(s start)'{s,start}'[start day]:day' \ '(l length)'{l,length}'[period length]:length' \ -- cgit 1.4.1