From c5421db8a0e5b48d46dea053e9d93fa47b5bdf26 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 21 Apr 2008 07:18:47 +0000 Subject: same in tl-portable.sh git-svn-id: svn://tug.org/texlive/trunk@7570 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tl-portable.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/tl-portable.sh b/Master/tl-portable.sh index f06a115840f..2bb47d49142 100755 --- a/Master/tl-portable.sh +++ b/Master/tl-portable.sh @@ -70,7 +70,7 @@ export TEXMFVAR TEXMFCONFIG=$tlwrite/texmf-config export TEXMFCONFIG -platform=`$TEXDIR/install-tl.pl --print-arch` +platform=`$TEXDIR/install-tl --print-arch` if test "$platform" = ""; then echo 'Platform unsupported' @@ -80,7 +80,7 @@ elif test ! -d $TEXDIR/bin/$platform; then exit 1 fi -if $TEXDIR/install-tl.pl --portable; then :; else +if $TEXDIR/install-tl --portable; then :; else echo Initialization of TeXLive failed! exit 1 fi -- cgit v1.2.3