summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 9d89515bf62..c2b71467d0e 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -165,7 +165,7 @@ if test -n "$unexpected_output"; then
else
# install worked, how about tlmgr?
- tlmgr=$tltryinst$yyyy/bin/*
+ tlmgr=$tltryinst/$yyyy/bin/*/tlmgr
if $tlmgr update --list; then :; else
failure=true
echo "$0: tlmgr update --list failed ($tlmgr)." >&2