Commit 46ddf8f7 authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed Log file naming in Boostrap

parent cc89f70d
...@@ -101,10 +101,8 @@ if (defined $opt_log) ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment