diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-15 01:21:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-15 01:21:45 +0000 |
commit | 99cfbad918a958b2237ef7b717023c6504574518 (patch) | |
tree | b37952557a97870330ac148ba341669e893ecacc /Master/bin/i386-darwin/ps2eps | |
parent | a7c1732dab6bc17dc2c935bb346b75fe94d58388 (diff) |
new i386-darwin binaries from gerben
git-svn-id: svn://tug.org/texlive/trunk@3496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-darwin/ps2eps')
-rwxr-xr-x | Master/bin/i386-darwin/ps2eps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/bin/i386-darwin/ps2eps b/Master/bin/i386-darwin/ps2eps index aeb0e9a8e43..fd00ba9faca 100755 --- a/Master/bin/i386-darwin/ps2eps +++ b/Master/bin/i386-darwin/ps2eps @@ -1,4 +1,5 @@ -#!/usr/bin/env perl +eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q' # -*-perl-*- + if 0; # The expression in the previous line replaces the unix specific line # {#!/usr/bin/perl}. # ps2eps - convert PostScript to EPS (Encapsulated PostScript) files |