summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-09 18:33:05 +0000
committerKarl Berry <karl@freefriends.org>2008-08-09 18:33:05 +0000
commit320b0532dd9376c2ffded3d9ddb5d41b2131c7a3 (patch)
tree10618e7c7ae646afe01b5138508d846576db3064 /Master/install-tl
parente625056e4b48f938b88f367d13e2de0bbb142903 (diff)
recognize new output strings as expected
git-svn-id: svn://tug.org/texlive/trunk@10209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl17
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 24dfcc4cbcb..a5f4a007a03 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -4,18 +4,16 @@
# Copyright 2007, 2008 Reinhard Kotucha, Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-#
-# TODO
-# - pod2usage on windows cannot be captured with | more or piped to a file
-# why? I have no idea
+#
+# Be careful when changing wording: Every normal informational message
+# output here must be recognized by the long grep in tl-update-tlnet.
my $svnrev = '$Revision$';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = $1;
-# is now taken from 00texlive.config: release, $tlpdb->config_release;
+# taken from 00texlive.config: release, $tlpdb->config_release;
our $texlive_release;
-
my $localpath;
BEGIN {
@@ -459,7 +457,8 @@ if (!$finished) {
do_installation();
}
-do_cleanup();
+info ("$0: done.\n");
+do_cleanup(); # closes the log file, so we say we're done before we are
exit(0);
@@ -1033,7 +1032,7 @@ operations might be disturbed.\n\n";
info("running mktexlsr $TEXMFSYSVAR\n");
system('mktexlsr', "$TEXMFSYSVAR");
- info("running updmap-sys ... ");
+ info("running updmap-sys... ");
# system('updmap-sys', '--nohash');
log(`updmap-sys --nohash 2>&1`);
info("done\n");
@@ -1057,7 +1056,7 @@ operations might be disturbed.\n\n";
# all formats option
if ($vars{'option_fmt'}) {
info("pre-generating all format files (fmtutil-sys --all), be patient...");
- #system('fmtutil-sys','--all');
+ #system('fmtutil-sys', '--all');
# try to capture that output
log(`fmtutil-sys --all 2>&1`);
info("done\n");