diff options
Diffstat (limited to 'Master/tlpkg/doc/install-mini.bat')
-rwxr-xr-x | Master/tlpkg/doc/install-mini.bat | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/tlpkg/doc/install-mini.bat b/Master/tlpkg/doc/install-mini.bat index 7066014b3e3..65b0ab1cb03 100755 --- a/Master/tlpkg/doc/install-mini.bat +++ b/Master/tlpkg/doc/install-mini.bat @@ -5,17 +5,18 @@ rem as texmf, texmf-dist etc. rem TeX Live Root; ends with backslash
rem This may also work with UNC names
-set tlroot=%~dp0
+
+set texdir=%~dp0
set tldrive=%~d0
%tldrive%
-cd %tlroot%
+cd %texdir%
rem use provided Perl
set PERL5SAVE=%PERL5LIB%
-set PERL5LIB=%tlroot%tlpkg\tlperl\lib;%tlroot%tlpkg
-"%tlroot%tlpkg\tlperl\bin\perl" "%~dpn0" %*
+set PERL5LIB=%texdir%tlpkg\tlperl\lib;%texdir%tlpkg
+"%texdir%tlpkg\tlperl\bin\perl" "%~dpn0" %*
rem pause Done
rem cleanup in case of start from command-line
@@ -23,5 +24,5 @@ rem cleanup in case of start from command-line set PERL5LIB=%PERL5SAVE%
set PERL5SAVE=
set tldrive=
-set tlroot=
+set texdir=
pause
\ No newline at end of file |