diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-08 22:25:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-08 22:25:50 +0000 |
commit | f3fc0bdd6a7b58dc2a57b11613394232cbe799eb (patch) | |
tree | 9ea9cf72e0aa238496c9debf29a131bf2c3c6f82 | |
parent | 1f3a85e3c1a7828d9a3de91bca756b5d8c3f3e27 (diff) |
wording
git-svn-id: svn://tug.org/texlive/trunk@10190 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index 9604c216299..f33c5bf0d47 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1052,7 +1052,7 @@ operations might be disturbed.\n\n"; # all formats option if ($vars{'option_fmt'}) { - info("pre-generating all format file (fmtutil-sys --all) ... "); + 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`); |