diff --git a/texk/texlive/linked_scripts/epstopdf/epstopdf.pl b/texk/texlive/linked_scripts/epstopdf/epstopdf.pl index 4d28268fce..d6bf66b2d8 100755 --- a/texk/texlive/linked_scripts/epstopdf/epstopdf.pl +++ b/texk/texlive/linked_scripts/epstopdf/epstopdf.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: epstopdf.pl 66407 2023-03-06 23:44:49Z karl $ +# $Id: epstopdf.pl 67585 2023-07-08 21:10:52Z karl $ # (Copyright lines below.) # # Redistribution and use in source and binary forms, with or without @@ -35,7 +35,10 @@ # # emacs-page # -my $ver = "2.31"; +my $ver = "2.32"; +# 2023/07/08 2.32 (Karl Berry) +# * check that kpsewhich and gs are in PATH. +# * correct TL path for kpsewhich to bin/windows. # 2023/03/06 v2.31 (Karl Berry) # * disallow --nosafer in restricted mode. # * disallow output to pipes in restricted mode. @@ -197,7 +200,7 @@ ### emacs-page ### program identification my $program = "epstopdf"; -my $ident = '($Id: epstopdf.pl 66407 2023-03-06 23:44:49Z karl $)' . " $ver"; +my $ident = '($Id: epstopdf.pl 67585 2023-07-08 21:10:52Z karl $)' . " $ver"; my $copyright = <