texlive[66695] Master/texmf-dist/scripts/epstopdf/epstopdf.pl:

commits+preining at tug.org commits+preining at tug.org
Tue Mar 28 09:22:26 CEST 2023


Revision: 66695
          http://tug.org/svn/texlive?view=revision&revision=66695
Author:   preining
Date:     2023-03-28 09:22:26 +0200 (Tue, 28 Mar 2023)
Log Message:
-----------
epstopdf: use windows instead of win32 (from Akira)

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/epstopdf/epstopdf.pl

Modified: trunk/Master/texmf-dist/scripts/epstopdf/epstopdf.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/epstopdf/epstopdf.pl	2023-03-28 06:08:03 UTC (rev 66694)
+++ trunk/Master/texmf-dist/scripts/epstopdf/epstopdf.pl	2023-03-28 07:22:26 UTC (rev 66695)
@@ -501,7 +501,7 @@
   use File::Basename;
   my $mydirname = dirname $0;
   # $mydirname is the location of the Perl script
-  $kpsewhich = "$mydirname/../../../bin/win32/$kpsewhich";
+  $kpsewhich = "$mydirname/../../../bin/windows/$kpsewhich";
   debug "Restricted Windows kpsewhich: $kpsewhich";
   $GS = "$mydirname/../../../tlpkg/tlgs/bin/$GS";
   debug "Restricted Windows gs: $GS";



More information about the tex-live-commits mailing list.