mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@71420 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
425 B
Diff
11 lines
425 B
Diff
--- runfiles/texmf-dist/scripts/epstopdf/epstopdf.pl~ 2009-12-24 23:48:27.000000000 +0100
|
|
+++ runfiles/texmf-dist/scripts/epstopdf/epstopdf.pl 2009-12-24 23:48:41.000000000 +0100
|
|
@@ -367,7 +367,7 @@
|
|
|
|
### emacs-page
|
|
### open input file
|
|
-open(IN, '<', $InputFilename) or error "Cannot open",
|
|
+open(IN, "<$InputFilename") or error "Cannot open",
|
|
($::opt_filter) ? "standard input" : "\"$InputFilename\": $!";
|
|
binmode IN;
|