diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-06-25 18:37:23 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-06-25 18:37:23 +0000 |
commit | 51ee301a87deaf031c16009df3816a64474d99e2 (patch) | |
tree | 4a78bcb4e8964440307d5e99025aa2453ec00ac0 /Master/install-tl | |
parent | f54c4102a4fa80fbfe5d00096fd31ebd13d9ab5c (diff) |
Abort option when loading a repository
git-svn-id: svn://tug.org/texlive/trunk@51454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 58858b3a9a2..1326f82d042 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -703,6 +703,7 @@ if ($opt_profile eq "") { } read_profile($opt_profile); if ($from_ext_gui) { + print STDOUT "endload\n\n"; print STDOUT "startinst\n"; } } |