]> err.no Git - pwstore/commitdiff
Say what gnupg complained about on stdout also
authorPeter Palfrader <peter@palfrader.org>
Mon, 22 Sep 2008 19:45:44 +0000 (21:45 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 22 Sep 2008 19:45:44 +0000 (21:45 +0200)
pws

diff --git a/pws b/pws
index e2ba7d3e01af8d9b38cb9567f4a447795de8099a..6a6ee4a16f7906a3d80ee5a0484dcd6701b97f5c 100755 (executable)
--- 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