The following commit has been merged in the master branch:
commit 6fbd0cc50edc8cad043799d87ed4b7efd7fdc1e5
Author: Ville Skyttä <[email protected]>
Date:   Tue Apr 19 23:37:54 2011 +0300

    Install xzdec completion even if xz or pxz are not available.

diff --git a/completions/xz b/completions/xz
index 420c585..45fc0d3 100644
--- a/completions/xz
+++ b/completions/xz
@@ -1,7 +1,6 @@
 # xz(1) completion
 
-have xz || have pxz || return
-
+have xz || have pxz &&
 _xz()
 {
     COMPREPLY=()

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to