texlive[43980] Master/tlpkg/TeXLive/TLCrypto.pm: (test_one_gpg): show

commits+karl at tug.org commits+karl at tug.org
Sun Apr 23 00:28:50 CEST 2017


Revision: 43980
          http://tug.org/svn/texlive?view=revision&revision=43980
Author:   karl
Date:     2017-04-23 00:28:50 +0200 (Sun, 23 Apr 2017)
Log Message:
-----------
(test_one_gpg): show full gpg $cmdline.

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLCrypto.pm

Modified: trunk/Master/tlpkg/TeXLive/TLCrypto.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLCrypto.pm	2017-04-22 21:22:17 UTC (rev 43979)
+++ trunk/Master/tlpkg/TeXLive/TLCrypto.pm	2017-04-22 22:28:50 UTC (rev 43980)
@@ -362,10 +362,10 @@
   }
   my $ret = system($cmdline);
   if ($ret == 0) {
-    debug("  ... found!\n");
+    debug(" ... gpg ok! [$cmdline]\n");
     return $prg;
   } else {
-    debug("  ... not found!\n");
+    debug(" ... gpg not ok! [$cmdline]\n");
     return "";
   }
 }



More information about the tex-live-commits mailing list