mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
- fixed Log file naming in Boostrap
Build-tools/Bootstrap: - fixed Log file naming
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user