summaryrefslogtreecommitdiff
path: root/Master/tl-portable.sh
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-04-21 07:18:47 +0000
committerNorbert Preining <preining@logic.at>2008-04-21 07:18:47 +0000
commitc5421db8a0e5b48d46dea053e9d93fa47b5bdf26 (patch)
treea5a02bea139d3175671ce14bc9ed08b09fcb00a1 /Master/tl-portable.sh
parent07cc0f1edea3949e2f03e7d0040c92cf167f3545 (diff)
same in tl-portable.sh
git-svn-id: svn://tug.org/texlive/trunk@7570 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 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