From 5b5fe07875782cb6870e758e4a586429cf0bc820 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 14 Jan 2000 20:14:05 +0000 Subject: zsh-workers/9324 --- Completion/User/_tar_archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1