texlive[41495] Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl: fix

commits+preining at tug.org commits+preining at tug.org
Sun Jun 19 08:28:20 CEST 2016


Revision: 41495
          http://tug.org/svn/texlive?view=revision&revision=41495
Author:   preining
Date:     2016-06-19 08:28:20 +0200 (Sun, 19 Jun 2016)
Log Message:
-----------
fix overwrite of configuration

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl

Modified: trunk/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl
===================================================================
--- trunk/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl	2016-06-19 06:03:57 UTC (rev 41494)
+++ trunk/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl	2016-06-19 06:28:20 UTC (rev 41495)
@@ -251,7 +251,7 @@
     }
   }
   my $fh;
-  if (!open ($fh, ">", $tools)) {
+  if (!open ($fh, ">>", $tools)) {
     tlwarn("\nptex2pdf postaction: cannot update $tools!\n");
     return 1;
   }



More information about the tex-live-commits mailing list