From b8aa841b5da4f9605f5147d168cfe53060fa3bc5 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 31 Dec 1999 02:10:19 +0000 Subject: zsh-workers/9173 --- Completion/User/_tar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/User/_tar b/Completion/User/_tar index 0476e454f..0315e193a 100644 --- a/Completion/User/_tar +++ b/Completion/User/_tar @@ -50,7 +50,7 @@ fi # unless that option argument also contains a `C'. tmp="$words[(I)--file=*]" -tmpb="$words[(I)-*Cf*~--*]}" +tmpb="$words[(I)-*Cf*~--*]" if (( tmp )); then tf=${~words[tmp][8,-1]} -- cgit 1.4.1