diff options
Diffstat (limited to 'packaging/SGI/psfixes.pl')
-rwxr-xr-x | packaging/SGI/psfixes.pl | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packaging/SGI/psfixes.pl b/packaging/SGI/psfixes.pl index c64b67c8d4..4ed9e16f7e 100755 --- a/packaging/SGI/psfixes.pl +++ b/packaging/SGI/psfixes.pl @@ -9,14 +9,12 @@ while (<>) { s/.
$/
/; print; } + elsif (/^\/VM?/) { + print "/VM? { pop } bind def
\n"; + $found_vm = 1; + } else { - if (/^\/VM?/) { - print "/VM? { pop } bind def
\n"; - $found_vm = 1; - } - else { - print; - } + print; } } } |