diff options
author | Norbert Preining <preining@logic.at> | 2009-10-03 19:44:08 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-10-03 19:44:08 +0000 |
commit | 685fa68b603d8e4f7f84371b8ec419240354946c (patch) | |
tree | 4ef1ddb730a858d367aee59805e95a56ef934deb /Master | |
parent | ee0db907454d2b4c776d6ef013cff27d6d23e94a (diff) |
first do platform stup, then collection setup to get wintotols selection right
git-svn-id: svn://tug.org/texlive/trunk@15622 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 e519307c2f3..ba4fd19ba87 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -450,8 +450,8 @@ if ($media eq "NET" && } set_platforms_supported(); set_texlive_default_dirs(); -initialize_collections(); set_install_platform(); +initialize_collections(); # initialize the scheme from the command line value, if given. if ($opt_scheme) { |