commit 30a229908669936e26158d380a92011e7642cef5
parent 3889fb90d61b2218a968cc84aa001e3510decd89
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Sat, 15 Sep 2007 03:38:36 +0000
gpg call stderr discarded
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@578 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/message.rb b/lib/sup/message.rb
@@ -145,7 +145,7 @@ private
signature.write @signature.decode
signature.close
- cmd = "gpg --quiet --batch --no-verbose --verify --logger-fd 1 #{signature.path} #{payload.path}"
+ cmd = "gpg --quiet --batch --no-verbose --verify --logger-fd 1 #{signature.path} #{payload.path} 2> /dev/null"
#Redwood::log "gpg: running: #{cmd}"
gpg_output = `#{cmd}`
#Redwood::log "got output: #{gpg_output.inspect}"