[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-77-g6fbd0cc

Ville Skyttä ville.skytta at iki.fi
Tue Apr 19 20:43:09 UTC 2011


The following commit has been merged in the master branch:
commit 6fbd0cc50edc8cad043799d87ed4b7efd7fdc1e5
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list