[Bash-completion-commits] [SCM] bash-completion branch, master, updated. cf5e514efb1b0f48690666a92d5e06e651e962dd

Ville Skyttä ville.skytta at iki.fi
Thu Mar 4 18:27:48 UTC 2010


The following commit has been merged in the master branch:
commit 1b336660d7c73f536fd6bf4363d5b6347c2db0ac
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Mar 4 20:24:06 2010 +0200

    Add/fix implicit xz decompress support (Alioth: #312383).

diff --git a/contrib/tar b/contrib/tar
index 5bc9989..8f4fc54 100644
--- a/contrib/tar
+++ b/contrib/tar
@@ -19,7 +19,7 @@ _tar()
         return 0
         ;;
     +([^IZzJjy])f)
-        ext='t@(ar?(.@(Z|gz|bz?(2)|lz?(ma)))|gz|bz?(2)|lz?(ma))'
+        ext='t@(ar?(.@(Z|gz|bz?(2)|lz?(ma)|xz))|gz|bz?(2)|lz?(ma)|xz)'
         regex='t\(ar\(\.\(Z\|gz\|bz2\?\|lzma\|xz\)\)\?\|gz\|bz2\?\|lzma\|xz\)'
         ;;
     *[Zz]*f)

-- 
bash-completion



More information about the Bash-completion-commits mailing list