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. --- Completion/Unix/Command/_mencal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command') 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 v1.2.3