diff options
author | unknown <lenz@mysql.com> | 2004-08-11 23:01:08 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-11 23:01:08 +0200 |
commit | f82898f185443cc1207642dba08edfb2e651164c (patch) | |
tree | 75b149eb9f6374259b26679dcc978af73be4e4fc /Build-tools | |
parent | 367e686d3eebec111c853b99118514c47fa993b2 (diff) | |
download | mariadb-git-f82898f185443cc1207642dba08edfb2e651164c.tar.gz |
- fixed Log file naming in Boostrap
Build-tools/Bootstrap:
- fixed Log file naming
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Bootstrap | 6 |
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); |