diff options
author | Norbert Preining <preining@logic.at> | 2008-03-21 07:51:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-03-21 07:51:29 +0000 |
commit | 155aa87fc61831958570ad0237b61a92dbfa8840 (patch) | |
tree | c52194c1b19719bf41a5274b93525230161b409b | |
parent | c09783311c49942a8352ace1318d532e71da1583 (diff) |
fix tl-portable to us install-tl.pl, not install-try.pl
git-svn-id: svn://tug.org/texlive/trunk@7056 c570f23f-e606-0410-a88d-b1316a301751
-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 |