1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

fix bug in search string

(This used to be commit 04d2773a8e)
This commit is contained in:
Herb Lewis 1998-01-13 05:08:08 +00:00
parent 96eed00608
commit 08e00050f1

View File

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