Commit f82898f1 authored by unknown's avatar unknown

- fixed Log file naming in Boostrap


Build-tools/Bootstrap:
   - fixed Log file naming
parent 367e686d
...@@ -101,10 +101,8 @@ if (defined $opt_log) ...@@ -101,10 +101,8 @@ if (defined $opt_log)
} }
} }
} }
else
{ $LOGFILE= $PWD . "/Bootstrap-" . $REPO . ".log" unless ($LOGFILE);
$LOGFILE= $PWD . "/Bootstrap-" . $REPO . ".log";
}
&logger("Starting build"); &logger("Starting build");
&abort("The directory \"$REPO\" could not be found!") if (!-d $REPO); &abort("The directory \"$REPO\" could not be found!") if (!-d $REPO);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment