From 680a2161a4cd2b26373408a3ca5f935ab17cc43d Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 17 Feb 2000 20:23:11 +0000 Subject: manual/9784 --- Completion/User/_tar_archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_tar_archive') diff --git a/Completion/User/_tar_archive b/Completion/User/_tar_archive index 319c10d83..1cf18d03c 100644 --- a/Completion/User/_tar_archive +++ b/Completion/User/_tar_archive @@ -16,7 +16,7 @@ _description files expl 'archive file' if [[ "$1" = *[tx]* ]]; then if [[ "$1" = *[zZ]* ]]; then _files "$expl[@]" -g '*.((tar|TAR).(gz|GZ|Z)|tgz)' - elif [[ "$1" = *I* ]]; then + elif [[ "$1" = *[Iy]* ]]; then _files "$expl[@]" -g '*.(tar|TAR).bz2' else _files "$expl[@]" -g '*.(tar|TAR)' -- cgit 1.4.1