jlec        14/12/01 12:37:30

  Added:                linkchecker-9.3-bash-completion.patch
  Log:
  net-analyzer/linkchecker: Version Bump; drop USE in favour of optfeature; fix 
bashcompletion
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  
net-analyzer/linkchecker/files/linkchecker-9.3-bash-completion.patch

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

Index: linkchecker-9.3-bash-completion.patch
===================================================================
 config/linkchecker-completion | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config/linkchecker-completion b/config/linkchecker-completion
index 5252b3b..0ea3b21 100644
--- a/config/linkchecker-completion
+++ b/config/linkchecker-completion
@@ -2,7 +2,6 @@
 # Debian Linux system. For other system read the documentation that
 # comes with the bash-completion package.
 
-have linkchecker &&
 _linkcheck() {
     local cur prev
 
@@ -17,4 +16,4 @@ _linkcheck() {
     fi
     return 0
 }
-[ "$have" ] && complete $filenames -F _linkcheck linkchecker
+complete $filenames -F _linkcheck linkchecker




Reply via email to