From a6e8b23ce1f37228043da3efca3a86a4ed54432c Mon Sep 17 00:00:00 2001 From: David Howells Date: Thu, 12 Jun 2014 09:32:20 +0100 Subject: [PATCH] Don't log from the bash_complete script Signed-off-by: David Howells --- bash_complete | 1 - 1 file changed, 1 deletion(-) 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@) -- 2.49.0