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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -666,7 +666,6 @@ if (!$crosscompile || (($extvercmd ne '') && (-x $extvercmd))) {
  while(<F>) {
    s/\r//;
    print;
    print LOG;
  }
  close(F);
}