From bc5e2a1289b6c80b9b7a1f3f45ed3897d4474c51 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Fri, 31 Oct 1997 17:33:04 +0000 Subject: Update file for automatically generating a release (This used to be commit 01df21c22d567a0cc6d69a03fd3246dcfd92217d) --- packaging/SGI/psfixes.pl | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'packaging/SGI/psfixes.pl') 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; } } } -- cgit