From: David Howells <dhowells@redhat.com>
Date: Thu, 12 Jun 2014 08:32:20 +0000 (+0100)
Subject: Don't log from the bash_complete script
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a6e8b23ce1f37228043da3efca3a86a4ed54432c;p=users%2Fdhowells%2Fkafs-utils.git

Don't log from the bash_complete script

Signed-off-by: David Howells <dhowells@redhat.com>
---

diff --git a/bash_complete b/bash_complete
index 99f114c..128d5ee 100644
--- a/bash_complete
+++ b/bash_complete
@@ -13,7 +13,6 @@ _afs () {
 
     case "${COMPREPLY[0]}" in
 	@HOSTNAME@)
-	echo compgen hostnames >>/tmp/complete
 	COMPREPLY=($(compgen -A hostname -- "${COMP_WORDS[$COMP_CWORD]}"))
 	;;
 	@VOLNAME@|@PARTID@|@FILE@|@OTHER@)