summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorlenz@mysql.com <>2004-08-11 23:01:08 +0200
committerlenz@mysql.com <>2004-08-11 23:01:08 +0200
commit46ddf8f7028d1264ec470e9eeb092ca34df122c1 (patch)
tree75b149eb9f6374259b26679dcc978af73be4e4fc /Build-tools
parentcc89f70dfaf0c307c6c1108ad0e56816ca89eda4 (diff)
downloadmariadb-git-46ddf8f7028d1264ec470e9eeb092ca34df122c1.tar.gz
- fixed Log file naming in Boostrap
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Bootstrap6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap
index 83613d1a1b5..c1063363bdf 100755
--- a/Build-tools/Bootstrap
+++ b/Build-tools/Bootstrap
@@ -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);