diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-24 00:30:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-24 00:30:11 +0000 |
commit | 431ed928e6bf4ad4ba4b715d3105c45ca9cdd66d (patch) | |
tree | c78ebd779565aa46af2509dc4f98d8445bd00f46 | |
parent | 5c3904afe4b24fd740d0eee7d6c7cafe14cd3552 (diff) |
missed /
git-svn-id: svn://tug.org/texlive/trunk@36129 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/extra/epstopdf/epstopdf.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/extra/epstopdf/epstopdf.pl b/Build/source/extra/epstopdf/epstopdf.pl index 86fc1744e8e..46a541b71a9 100755 --- a/Build/source/extra/epstopdf/epstopdf.pl +++ b/Build/source/extra/epstopdf/epstopdf.pl @@ -182,7 +182,7 @@ There is NO WARRANTY, to the extent permitted by law. END_COPYRIGHT my $title = "$program $ident\n"; -my $on_windows = $^O =~ /^(MSWin|msys$)"; +my $on_windows = $^O =~ /^(MSWin|msys$)/; my $on_windows_or_cygwin = $on_windows || $^O eq "cygwin"; ### ghostscript command name |