about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-31 02:10:19 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-31 02:10:19 +0000
commitb8aa841b5da4f9605f5147d168cfe53060fa3bc5 (patch)
tree4fab0f187cc03e898e906a53a2acd58506f33904
parentf4305054df250b064dd040b767b57c4eeb359d95 (diff)
downloadzsh-b8aa841b5da4f9605f5147d168cfe53060fa3bc5.tar.gz
zsh-b8aa841b5da4f9605f5147d168cfe53060fa3bc5.tar.xz
zsh-b8aa841b5da4f9605f5147d168cfe53060fa3bc5.zip
zsh-workers/9173
-rw-r--r--Completion/User/_tar2
1 files changed, 1 insertions, 1 deletions
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]}