removed an attempt to write to non-opened LOG introduced with r1.30.
This commit is contained in:
parent
e37b1b0623
commit
b8b6521659
@ -666,7 +666,6 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) {
|
|||||||
while(<F>) {
|
while(<F>) {
|
||||||
s/\r//;
|
s/\r//;
|
||||||
print;
|
print;
|
||||||
print LOG;
|
|
||||||
}
|
}
|
||||||
close(F);
|
close(F);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user