summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tltestnet
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tltestnet')
-rwxr-xr-xMaster/tlpkg/bin/tltestnet4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tltestnet b/Master/tlpkg/bin/tltestnet
index aaa1773f317..68224845c0f 100755
--- a/Master/tlpkg/bin/tltestnet
+++ b/Master/tlpkg/bin/tltestnet
@@ -62,9 +62,9 @@ elif test "x$1" = x-u || test "x$1" = x--all || test "x$1" = x--self; then
echo "$0: impossible update arg: $1" >&2
exit 1
fi
- for i in tlftp tldsk tldev tla; do
+ for i in tlhttp tlftp tldsk tldev tla; do
bin=/tmp/$i/bin/x86_64-linux
- printf "\n\f $bin\n"
+ printf "\n\f $bin/tlmgr update $uarg\n"
env PATH=$bin:/usr/bin tlmgr update $uarg
done