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

This commit is contained in:
Gunter Knauf 2009-05-21 14:08:53 +00:00
parent e37b1b0623
commit b8b6521659
1 changed files with 0 additions and 1 deletions

View File

@ -666,7 +666,6 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) {
while(<F>) {
s/\r//;
print;
print LOG;
}
close(F);
}