[Bash-completion-devel] [PATCH 1/3] ipsec: Drop uname check, simply check for 'ipsec'.

Tobias Brunner tobias at strongswan.org
Thu Aug 4 15:48:34 UTC 2011


---
 completions/ipsec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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()
 {
-- 
1.7.4.1




More information about the Bash-completion-devel mailing list