mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
- fixed Log file naming in Boostrap
Build-tools/Bootstrap: - fixed Log file naming
This commit is contained in:
parent
367e686d3e
commit
f82898f185
1 changed files with 2 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue