pinkbyte    14/12/15 11:07:41

  Added:                ufw-0.34_pre805-bash-completion.patch
  Log:
  Revision bump: fix bash completion, wrt bug #526300, drop old revision
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.1                  
net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/ufw/files/ufw-0.34_pre805-bash-completion.patch?rev=1.1&content-type=text/plain

Index: ufw-0.34_pre805-bash-completion.patch
===================================================================
--- shell-completion/bash
+++ shell-completion/bash
@@ -52,7 +52,6 @@
     echo "numbered verbose"
 }
 
-have ufw &&
 _ufw()
 {
     cur=${COMP_WORDS[COMP_CWORD]}
@@ -83,5 +82,5 @@
     fi
 }
 
-[ "$have" ] && complete -F _ufw ufw
+complete -F _ufw ufw
 




Reply via email to