Skip to content
Snippets Groups Projects
Commit b8b65216 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

removed an attempt to write to non-opened LOG introduced with r1.30.

parent e37b1b06
No related branches found
No related tags found
No related merge requests found
......@@ -666,7 +666,6 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) {
while(<F>) {
s/\r//;
print;
print LOG;
}
close(F);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment