summaryrefslogtreecommitdiff
path: root/packaging/SGI
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-01-13 05:08:08 +0000
committerHerb Lewis <herb@samba.org>1998-01-13 05:08:08 +0000
commit08e00050f14420dee205779c275b51bd820a87f8 (patch)
tree678750358a0c18bb29c7e2984310521bb370fb9d /packaging/SGI
parent96eed00608226370ca4177fd9c8a4ae54d17517d (diff)
downloadsamba-08e00050f14420dee205779c275b51bd820a87f8.tar.gz
samba-08e00050f14420dee205779c275b51bd820a87f8.tar.bz2
samba-08e00050f14420dee205779c275b51bd820a87f8.zip
fix bug in search string
(This used to be commit 04d2773a8e3b7c7dda33cd89b3042c868a1bb8dd)
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-xpackaging/SGI/psfixes.pl2
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 {
$_ = <>;