From 0d8d202ff5491382a7576508d80166f89aac4157 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 8 Jun 2005 05:33:45 +0000 Subject: 21302: make sure expl is declared local in completion functions --- Completion/Unix/Command/_chkconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_chkconfig') diff --git a/Completion/Unix/Command/_chkconfig b/Completion/Unix/Command/_chkconfig index 912ac3829..76da38d27 100644 --- a/Completion/Unix/Command/_chkconfig +++ b/Completion/Unix/Command/_chkconfig @@ -1,6 +1,6 @@ #compdef chkconfig -local curcontext="$curcontext" state line ret=1 +local curcontext="$curcontext" state line expl ret=1 case $OSTYPE in linux*) -- cgit 1.4.1