diff options
author | Norbert Preining <preining@logic.at> | 2008-06-25 20:49:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-25 20:49:02 +0000 |
commit | 6c8e615469b617420be2cb27fabba28279eea5fe (patch) | |
tree | dc75a51405081c6c174b967c73c537767e0f2af6 /Master/install-tl | |
parent | aabf9b882b3abbb81f1f98181c8d3619456445ca (diff) |
fix installer ..
git-svn-id: svn://tug.org/texlive/trunk@9049 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-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 520f682cc8d..20485a99d59 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -27,8 +27,8 @@ BEGIN { ($localpath=$me)=~s!(.*)/.*$!$1!; # we have to chdir to the Master ... chdir($localpath); - $::installerdir='.'; } + $::installerdir='.'; # The installer uses a minimal subset of Perl for Windows. In order # to avoid conflicts with other versions of Perl already installed on # the system, we simply ignore them. The installer has to execute |