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:
parent
96eed00608
commit
08e00050f1
@ -18,7 +18,7 @@ while (<>) {
|
||||
print;
|
||||
}
|
||||
# remove VM test
|
||||
elsif (/^\/VM?/) {
|
||||
elsif (/^\/VM\?/) {
|
||||
print "/VM? { pop } bind def
\n";
|
||||
do {
|
||||
$_ = <>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user