[Bash-completion-commits] ./current r1182: Just to be sure nothing will be displayed...

David Paleino d.paleino at gmail.com
Sun Sep 14 10:33:50 UTC 2008


------------------------------------------------------------
revno: 1182
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Sun 2008-09-14 12:33:50 +0200
message:
  Just to be sure nothing will be displayed...
modified:
  bash_completion
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-09-14 10:30:41 +0000
+++ b/bash_completion	2008-09-14 10:33:50 +0000
@@ -9659,7 +9659,8 @@
 	COMPREPLY=()
 	cur=`_get_cword`
 	
-	APWORDS=$(apache2ctl 2>&1 | head -n1 | cut -f3 -d" " | tr "|" " ")
+	APWORDS=$(apache2ctl 2>&1 >/dev/null | head -n1 | cut -f3 -d" " |\
+				tr "|" " ")
 	
 	COMPREPLY=( $( compgen -W "$APWORDS" -- "$cur" ) )
 }



More information about the Bash-completion-commits mailing list