diff options
author | Herb Lewis <herb@samba.org> | 1998-01-13 05:08:08 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-01-13 05:08:08 +0000 |
commit | 08e00050f14420dee205779c275b51bd820a87f8 (patch) | |
tree | 678750358a0c18bb29c7e2984310521bb370fb9d | |
parent | 96eed00608226370ca4177fd9c8a4ae54d17517d (diff) | |
download | samba-08e00050f14420dee205779c275b51bd820a87f8.tar.gz samba-08e00050f14420dee205779c275b51bd820a87f8.tar.xz samba-08e00050f14420dee205779c275b51bd820a87f8.zip |
fix bug in search string
(This used to be commit 04d2773a8e3b7c7dda33cd89b3042c868a1bb8dd)
-rwxr-xr-x | packaging/SGI/psfixes.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/psfixes.pl b/packaging/SGI/psfixes.pl index c5269b9142..13e9bdb0a8 100755 --- a/packaging/SGI/psfixes.pl +++ b/packaging/SGI/psfixes.pl @@ -18,7 +18,7 @@ while (<>) { print; } # remove VM test - elsif (/^\/VM?/) { + elsif (/^\/VM\?/) { print "/VM? { pop } bind def
\n"; do { $_ = <>; |