From 155aa87fc61831958570ad0237b61a92dbfa8840 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 21 Mar 2008 07:51:29 +0000 Subject: 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 --- Master/tl-portable.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tl-portable.sh') 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 -- cgit v1.2.3