summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/install-tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 22a9bed3482..0fb0bcd37ef 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -17,6 +17,9 @@
# (that, and maybe some others can be done with the waitVariableX
# thingy as described in the Perl/Tk book in the chapter that can be
# found on the net) (Werner 28.10.08)
+# - at the end of the installation after the welcome message if there
+# was an error during installation (grep for Error in the logfile)
+# then give a warning. (email hh tlbuild 2009-06-03)
my $svnrev = '$Revision$';
$svnrev =~ m/: ([0-9]+) /;