Commit f82898f1 authored by unknown's avatar unknown
Browse files

- fixed Log file naming in Boostrap


Build-tools/Bootstrap:
   - fixed Log file naming
parent 367e686d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -101,10 +101,8 @@ if (defined $opt_log)
		}
	}
}
else
{
  $LOGFILE= $PWD . "/Bootstrap-" . $REPO . ".log";
}

$LOGFILE= $PWD . "/Bootstrap-" . $REPO . ".log" unless ($LOGFILE);

&logger("Starting build");
&abort("The directory \"$REPO\" could not be found!") if (!-d $REPO);