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

Ville Skyttä ville.skytta at iki.fi
Mon Apr 19 18:17:38 UTC 2010


The following commit has been merged in the master branch:
commit 43421d781bfb6ff2c5fecb665383523324b62ea6
Author: Igor Murzov <igor at gplsoft.org>
Date:   Mon Apr 19 01:40:33 2010 +0400

    Add .txz and .tlz to the list of known extensions for xz

diff --git a/contrib/xz b/contrib/xz
index a689205..8f02b1d 100644
--- a/contrib/xz
+++ b/contrib/xz
@@ -20,7 +20,7 @@ _xz()
     local split=false
     _split_longopt && split=true
 
-    local xspec="*.@(xz|lzma)"
+    local xspec="*.@(xz|lzma|txz|tlz)"
 
     case $prev in
         --decompress|--list|--test|!(-*)[dlt]*)

-- 
bash-completion



More information about the Bash-completion-commits mailing list