summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2022-06-13 02:55:10 +0000
committerNorbert Preining <preining@logic.at>2022-06-13 02:55:10 +0000
commit4ba94250fa34e326153c3ca7211e9ef455402eb6 (patch)
tree6c9079f0985f87b3810e779d3aa5271ce5dd3460 /Master/install-tl
parent81b57e749dca8f0eff52d587dafc271b9eeffc40 (diff)
Fix wrong fn name.
git-svn-id: svn://tug.org/texlive/trunk@63573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 8718d5b5bf2..2cd26520069 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -2257,7 +2257,7 @@ sub read_profile {
}
}
# Cmdline argument --scheme should override scheme selection in the profile
- update_selected_scheme_from_cmdline();
+ update_default_scheme();
# if at least one collection has been defined return here
return if $coldefined;