From f82898f185443cc1207642dba08edfb2e651164c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 11 Aug 2004 23:01:08 +0200 Subject: [PATCH] - fixed Log file naming in Boostrap Build-tools/Bootstrap: - fixed Log file naming --- Build-tools/Bootstrap | 6 ++---- 1 file 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);