From: Peter Palfrader Date: Mon, 22 Sep 2008 19:45:44 +0000 (+0200) Subject: Say what gnupg complained about on stdout also X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5beb8eeb09f3d7cb6ca568f1e5b5fdb0d7ea1e0b;p=pwstore Say what gnupg complained about on stdout also --- diff --git a/pws b/pws index e2ba7d3..6a6ee4a 100755 --- a/pws +++ b/pws @@ -231,7 +231,9 @@ class GroupConfig end if not goodsig - STDERR.puts ".users file is not signed properly. GnuPG said on stderr:" + STDERR.puts ".users file is not signed properly. GnuPG said on stdout:" + STDERR.puts outtxt + STDERR.puts "and on stderr:" STDERR.puts stderrtxt STDERR.puts "and via statusfd:" STDERR.puts statustxt