From dc272d0d14b126ee445c39d1de3962524930fb70 Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Tue, 8 Oct 2013 12:52:31 -0400 Subject: 31801: missing local declaration for variables in completion --- Completion/Linux/Command/_btrfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Linux/Command/_btrfs b/Completion/Linux/Command/_btrfs index eac827050..da2514e99 100644 --- a/Completion/Linux/Command/_btrfs +++ b/Completion/Linux/Command/_btrfs @@ -1,7 +1,7 @@ #compdef btrfs local curcontext="$curcontext" curstate state line expl grp cmd ret=1 -local -a groups args +local -a groups args cmds_1 cmds_2 cmds_3 cmds_4 cmds_5 cmds_6 groups=( subvolume filesystem device scrub balance inspect-internal help version ) cmds_1=( create delete list snapshot get-default set-default find-new help ) -- cgit 1.4.1