diff options
author | Hartmut Henkel <hartmut_henkel@gmx.de> | 2009-05-03 09:21:06 +0000 |
---|---|---|
committer | Hartmut Henkel <hartmut_henkel@gmx.de> | 2009-05-03 09:21:06 +0000 |
commit | e9fd618ca6597644b328e8a633385e000922255e (patch) | |
tree | 66385bf027e41b6a69082aafe2548e232c49a2be /Master/install-tl | |
parent | 1f530602733ca745f3e10731248a9b056f47c03b (diff) |
patch svn 12633 wasn't needed, sorry for the noise.
git-svn-id: svn://tug.org/texlive/trunk@12911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl index 6045ec52b8c..073061c4f10 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1134,11 +1134,11 @@ operations might be disturbed.\n\n"; # all formats option if ($vars{'option_fmt'}) { - info("pre-generating all format files (fmtutil-sys --all), be patient...\n"); + info("pre-generating all format files (fmtutil-sys --all), be patient... "); #system('fmtutil-sys', '--all'); # try to capture that output log(`fmtutil-sys --all 2>&1`); - info("pre-generating all format files done.\n"); + info("done.\n"); } # option_links |