[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 5dd8d3a7276d960d4a4f93c6a0ecec66c13a28e5

Freddy Vulto fvulto at gmail.com
Mon Apr 26 18:08:25 UTC 2010


The following commit has been merged in the master branch:
commit 5dd8d3a7276d960d4a4f93c6a0ecec66c13a28e5
Author: Freddy Vulto <fvulto at gmail.com>
Date:   Mon Apr 26 20:04:48 2010 +0200

    Only complete xhost if (_)xhost is available

diff --git a/contrib/xhost b/contrib/xhost
index 570c986..84981d8 100644
--- a/contrib/xhost
+++ b/contrib/xhost
@@ -12,7 +12,7 @@ _xhost ()
     esac
 
     return 0
-}
+} &&
 complete -F _xhost xhost
 
 # Local variables:

-- 
bash-completion



More information about the Bash-completion-commits mailing list