summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-01-13 05:08:54 +0000
committerHerb Lewis <herb@samba.org>1998-01-13 05:08:54 +0000
commitfa1573515edb9174651361593bb808ae60e24c6e (patch)
tree46ff8cf461159e7abcaad84c7aa8a3ff43cb2dde
parentff62e2c514ea4ac88bedf43d277e5750c317fbdf (diff)
downloadsamba-fa1573515edb9174651361593bb808ae60e24c6e.tar.gz
samba-fa1573515edb9174651361593bb808ae60e24c6e.tar.xz
samba-fa1573515edb9174651361593bb808ae60e24c6e.zip
fix bug in search string
-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 {
$_ = <>;