From 27520c25a893132e2d124089120afe63f31b1158 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 19 Jan 2008 16:00:05 +0000 Subject: bug fix git-svn-id: svn://tug.org/texlive/trunk@6318 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/install-tl.pl b/Master/install-tl.pl index 41a5acc6db3..50295da8b52 100755 --- a/Master/install-tl.pl +++ b/Master/install-tl.pl @@ -889,11 +889,11 @@ sub update_numbers { sub flushlog { my $fh; if (open(LOG,">install-tl.log")) { - warn STDERR "Writing log file to current working directory!\n"; + warn "Writing log file to current working directory!\n"; $fh = \*LOG; } else { $fh = \*STDERR; - warn STDERR "Not creating a log file but flushing messages to stderr:\n"; + warn "Not creating a log file but flushing messages to stderr:\n"; } foreach my $l (@::LOGLINES) { -- cgit v1.2.3