[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-424-g93f786c

Ville Skyttä ville.skytta at iki.fi
Sat Aug 20 06:50:15 UTC 2011


The following commit has been merged in the master branch:
commit d32980f4bbb4342fcbf3b4059bf8778cef8466d5
Author: Tobias Brunner <tobias at strongswan.org>
Date:   Thu Aug 4 17:48:34 2011 +0200

    ipsec: Drop uname check, simply check for 'ipsec'.

diff --git a/completions/ipsec b/completions/ipsec
index 4028053..4b2a202 100644
--- a/completions/ipsec
+++ b/completions/ipsec
@@ -1,6 +1,6 @@
 # Linux ipsec(8) completion (for FreeS/WAN)
 #
-[ $UNAME = Linux ] && have ipsec || return
+have ipsec || return
 
 _ipsec()
 {

-- 
bash-completion



More information about the Bash-completion-commits mailing list