[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-149-gbeaba62

Ville Skyttä ville.skytta at iki.fi
Thu Mar 21 16:48:32 UTC 2013


The following commit has been merged in the master branch:
commit d02d94080d950768bfeb8c830a678da55549f824
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Mar 21 18:37:32 2013 +0200

    tar: Fix completing files inside *.tlz when J is explicitly given.

diff --git a/completions/tar b/completions/tar
index 421761d..3d76efb 100644
--- a/completions/tar
+++ b/completions/tar
@@ -47,7 +47,7 @@ _tar()
             ;;
         *[J]*f)
             ext='@(t?(ar.)|gem.|spkg.)@(lz?(ma)|xz)'
-            regex='\(t\(ar\.\)\?\|gem\.\|spkg\.\)\(lzma\|xz\)\?'
+            regex='\(t\(ar\.\)\?\|gem\.\|spkg\.\)\(lz\(ma\)\?\|xz\)\?'
             ;;
         *)
             _filedir

-- 
bash-completion



More information about the Bash-completion-commits mailing list