From 56fb02f1d33c9ee51b3bc25e017dcb59d3e90aab Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 26 Sep 2002 10:30:00 +0000 Subject: Akinori Musha: 17719: add support for the pkg_create command --- Completion/Unix/Command/_bzip2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_bzip2 b/Completion/Unix/Command/_bzip2 index 1c6a93ac3..cbce91ad6 100644 --- a/Completion/Unix/Command/_bzip2 +++ b/Completion/Unix/Command/_bzip2 @@ -49,10 +49,10 @@ if [[ "$state" = files ]]; then $+opt_args[--test] )) && unset decompress if [[ -z "$decompress" ]]; then _description files expl 'compressed file' - _files "$expl[@]" -g '*.bz2' && return 0 + _files "$expl[@]" -g '*.(bz2|tbz|tbz2)' && return 0 else _description files expl 'file to compress' - _files "$expl[@]" -g '*~*.bz2' && return 0 + _files "$expl[@]" -g '*~*.(bz2|tbz|tbz2)' && return 0 fi fi -- cgit 1.4.1