summaryrefslogtreecommitdiffstats
path: root/packaging
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
commit04d2773a8e3b7c7dda33cd89b3042c868a1bb8dd (patch)
tree9e4b4fc6968d3dcff67aa568c7da140c9a49e448 /packaging
parent215c97e83ac74757cffb4f64176c80ddb845d65f (diff)
downloadsamba-04d2773a8e3b7c7dda33cd89b3042c868a1bb8dd.tar.gz
samba-04d2773a8e3b7c7dda33cd89b3042c868a1bb8dd.tar.xz
samba-04d2773a8e3b7c7dda33cd89b3042c868a1bb8dd.zip
fix bug in search string
Diffstat (limited to 'packaging')
-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 c5269b9142e..13e9bdb0a8b 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 {
$_ = <>;