diff options
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 20485a99d59..319394c3716 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -27,6 +27,8 @@ BEGIN { ($localpath=$me)=~s!(.*)/.*$!$1!; # we have to chdir to the Master ... chdir($localpath); + } else { + $localpath = '.'; } $::installerdir='.'; # The installer uses a minimal subset of Perl for Windows. In order |