1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

- fixed Log file naming in Boostrap

This commit is contained in:
lenz@mysql.com
2004-08-11 23:01:08 +02:00
parent cc89f70dfa
commit 46ddf8f702

View File

@@ -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);