diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2009-06-19 22:03:34 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2009-06-19 22:03:34 +0000 |
commit | cf1d0212a21e7f04ab3b109ffbfed11db69f8126 (patch) | |
tree | 5e8b466c947c93a4253d3a7db1ff0142c27235c5 /Master/texmf/scripts/epstopdf/epstopdf.pl | |
parent | e4add5c328fd8ff92767526464ce3643ec402a01 (diff) |
epstopdf.pl: fixed long standing bug.
git-svn-id: svn://tug.org/texlive/trunk@13834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts/epstopdf/epstopdf.pl')
-rwxr-xr-x | Master/texmf/scripts/epstopdf/epstopdf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/epstopdf/epstopdf.pl b/Master/texmf/scripts/epstopdf/epstopdf.pl index be4875fe485..c0a9177eb09 100755 --- a/Master/texmf/scripts/epstopdf/epstopdf.pl +++ b/Master/texmf/scripts/epstopdf/epstopdf.pl @@ -96,7 +96,7 @@ my $title = "\U$program\E $fileversion, $filedate - $copyright\n"; ### ghostscript command name my $GS = "gs"; $GS = "gswin32c" if $^O eq 'MSWin32'; -$GS = "gswin32c" if $^O =~ /cygwin/; +###$GS = "gswin32c" if $^O =~ /cygwin/; ### options $::opt_help=0; |