diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-03 21:57:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-03 21:57:54 +0000 |
commit | 2317ae3ac4a37578e8950d38e6cd83da49bbb34e (patch) | |
tree | 6c77ba10e981ac5d8120cd6377885e3eec5b2fdb /Master/install-tl | |
parent | 0807bcd5e5f62795b88671b1a5861e118b7e5c68 (diff) |
doc,debug
git-svn-id: svn://tug.org/texlive/trunk@54993 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/install-tl b/Master/install-tl index 875589cc949..2a385464934 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2168,12 +2168,13 @@ sub do_install_packages { # only suggest rerunning with the profile if it exists. tlwarn("Or you can restart by running the installer with:\n"); my $repostr = ($opt_location ? " --repository $location" : ""); + my $args = "--profile $profile_name [YOUR-EXTRA-ARGS]"; if (win32()) { - tlwarn(" install-tl-windows.bat$repostr --profile $profile_name [EXTRA-ARGS]\n" - ."or\n" - ." install-tl-advanced.bat$repostr --profile $profile_name [EXTRA-ARGS]\n"); + tlwarn(" install-tl-windows.bat$repostr $args\n" + ."or\n" + ." install-tl-advanced.bat$repostr $args\n"); } else { - tlwarn(" install-tl$repostr --profile $profile_name [EXTRA-ARGS]\n"); + tlwarn(" install-tl$repostr $args\n"); } } flushlog(); |