about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-14 20:14:05 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-14 20:14:05 +0000
commit5b5fe07875782cb6870e758e4a586429cf0bc820 (patch)
treeec0a907d24938ded6425f5f6455b1ce96e4ef15a
parente142bdeb17005fdb974b0352c743f9da68dbb8aa (diff)
downloadzsh-5b5fe07875782cb6870e758e4a586429cf0bc820.tar.gz
zsh-5b5fe07875782cb6870e758e4a586429cf0bc820.tar.xz
zsh-5b5fe07875782cb6870e758e4a586429cf0bc820.zip
zsh-workers/9324
-rw-r--r--Completion/User/_tar_archive2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_tar_archive b/Completion/User/_tar_archive
index 7d9fb54ac..319c10d83 100644
--- a/Completion/User/_tar_archive
+++ b/Completion/User/_tar_archive
@@ -15,7 +15,7 @@ _description files expl 'archive file'
 
 if [[ "$1" = *[tx]* ]]; then
   if [[ "$1" = *[zZ]* ]]; then
-    _files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|.tgz)'
+    _files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|tgz)'
   elif [[ "$1" = *I* ]]; then
     _files "$expl[@]" -g '*.(tar|TAR).bz2'
   else