fix bug in search string
authorHerb Lewis <herb@samba.org>
Tue, 13 Jan 1998 05:08:08 +0000 (05:08 +0000)
committerHerb Lewis <herb@samba.org>
Tue, 13 Jan 1998 05:08:08 +0000 (05:08 +0000)
packaging/SGI/psfixes.pl

index c5269b9142e4577dc4fca79f7e0b777ad29c5de2..13e9bdb0a8b338c1b283a27c34e19bd0628d5aeb 100755 (executable)
@@ -18,7 +18,7 @@ while (<>) {
            print;
     }
 # remove VM test
-    elsif (/^\/VM?/) {
+    elsif (/^\/VM\?/) {
        print "/VM? { pop } bind def\r\n";
        do {
            $_ = <>;