<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Just an partial answer to my own
      question:</div>
    <div class="moz-cite-prefix">I found, that in the new epstopdf.pl
      script there is a check, if kpsewhich can be found in the PATH. <br>
    </div>
    <div class="moz-cite-prefix">On line 545 it reads <br>
    </div>
    <div class="moz-cite-prefix">for my $dir (split
      ($on_windows_or_cygwin ? ";" : ":", $ENV{"PATH"})) {</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Since the path separator in cygwin is
      ":", split returns the whole path and cannot find kpsewhich there.
      If I replace $on_windows_or_cygwin by $on_windows, the program
      works nicely.</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">With kind regards</div>
    <div class="moz-cite-prefix">Alois</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Am 15.09.2023 um 16:30 schrieb Alois
      Steindl:<br>
    </div>
    <blockquote type="cite"
      cite="mid:d75dd8ac-1503-4059-87c5-f529ee5e1980@tuwien.ac.at">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p><font size="4">Hello,</font></p>
      <p><font size="4">since a few days epstopdf isn't working anymore
          when called from cygwin's bash shell. It works properly from
          Windows' cmd shell and also from texlive 2022. <br>
        </font></p>
      <p><font size="4">Perl (the one in the texlive distro and also
          that from cygwin) claims, that it cannot find kpsewhich
          anywhere in the path. I guess that has to do with the
          different naming conventions for directories in and out of
          cygwin, /cygdrive/e/texlive  vs. e:\texlive.</font></p>
      <p><font size="4">Not a great matter, I can produce the pdf
          graphics; but it is nasty and I am wondering, what was changed
          shortly ago.</font></p>
      <p><font size="4">With kind regards</font></p>
      <p><font size="4">Alois</font></p>
      <p><font size="4"><br>
        </font></p>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>