From 7143421053eed4407427bc9b4426e09d5f061814 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 19 Jun 2016 06:28:20 +0000 Subject: fix overwrite of configuration git-svn-id: svn://tug.org/texlive/trunk@41495 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl b/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl index bad8cf6f39c..a1e495265ce 100644 --- a/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl +++ b/Master/tlpkg/tlpostcode/ptex2pdf-tlpost.pl @@ -251,7 +251,7 @@ sub do_install { } } my $fh; - if (!open ($fh, ">", $tools)) { + if (!open ($fh, ">>", $tools)) { tlwarn("\nptex2pdf postaction: cannot update $tools!\n"); return 1; } -- cgit v1.2.3