1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

fix bug in search string

(This used to be commit 04d2773a8e3b7c7dda33cd89b3042c868a1bb8dd)
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 {
$_ = <>;