[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-152-g3cb64ac

Ville Skyttä ville.skytta at iki.fi
Wed Mar 27 19:03:22 UTC 2013


The following commit has been merged in the master branch:
commit 3cb64accaf281f6315baa7bced2c72e1eff9d12f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Mar 27 13:52:22 2013 +0200

    jar: Reuse unzip's xspec (RedHat: #928253).

diff --git a/completions/jar b/completions/jar
index f16d7f7..8af86a1 100644
--- a/completions/jar
+++ b/completions/jar
@@ -15,7 +15,7 @@ _jar()
             _filedir
             ;;
         *f)
-            _filedir '@([ejsw]ar|zip|apk)'
+            _filedir_xspec unzip
             ;;
         *)
             _filedir

-- 
bash-completion



More information about the Bash-completion-commits mailing list