From cf1d0212a21e7f04ab3b109ffbfed11db69f8126 Mon Sep 17 00:00:00 2001 From: Reinhard Kotucha Date: Fri, 19 Jun 2009 22:03:34 +0000 Subject: epstopdf.pl: fixed long standing bug. git-svn-id: svn://tug.org/texlive/trunk@13834 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/epstopdf/epstopdf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master') 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; -- cgit v1.2.3