diff options
-rwxr-xr-x | Master/tl-portable.bat | 2 | ||||
-rwxr-xr-x | Master/tl-portable.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tl-portable.bat b/Master/tl-portable.bat index a5351b1a707..796fd30e4e5 100755 --- a/Master/tl-portable.bat +++ b/Master/tl-portable.bat @@ -40,7 +40,7 @@ set platform=win32 rem use provided Perl set PERL5LIB=%TEXDIR%tlpkg\installer\perllib -"%TEXDIR%tlpkg\installer\perl" "%TEXDIR%install-try.pl" --portable +"%TEXDIR%tlpkg\installer\perl" "%TEXDIR%install-tl.pl" --portable path %TEXDIR%bin\win32;%path% set PROMPT=TL $P$G diff --git a/Master/tl-portable.sh b/Master/tl-portable.sh index 6489d5311f1..b8d0658725c 100755 --- a/Master/tl-portable.sh +++ b/Master/tl-portable.sh @@ -46,7 +46,7 @@ export TEXMFVAR TEXMFCONFIG=$tlwrite/texmf-config export TEXMFCONFIG -platform=`$TEXDIR/install-try.pl --print-arch` +platform=`$TEXDIR/install-tl.pl --print-arch` if test "$platform" = ""; then echo 'Platform unsupported' @@ -56,7 +56,7 @@ elif test ! -d $TEXDIR/bin/$platform; then exit 1 fi -$TEXDIR/install-try.pl --portable +$TEXDIR/install-tl.pl --portable #; try to block initialization scripts and # set custom prompt for secondary shell |