summaryrefslogtreecommitdiff
path: root/Master/tl-portable.sh
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-03-21 07:51:29 +0000
committerNorbert Preining <preining@logic.at>2008-03-21 07:51:29 +0000
commit155aa87fc61831958570ad0237b61a92dbfa8840 (patch)
treec52194c1b19719bf41a5274b93525230161b409b /Master/tl-portable.sh
parentc09783311c49942a8352ace1318d532e71da1583 (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
Diffstat (limited to 'Master/tl-portable.sh')
-rwxr-xr-xMaster/tl-portable.sh4
1 files changed, 2 insertions, 2 deletions
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