summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-try-makeself
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-try-makeself')
-rwxr-xr-xMaster/tlpkg/bin/tl-try-makeself4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-try-makeself b/Master/tlpkg/bin/tl-try-makeself
index 386873ae687..c7799589d05 100755
--- a/Master/tlpkg/bin/tl-try-makeself
+++ b/Master/tlpkg/bin/tl-try-makeself
@@ -18,7 +18,7 @@ rm -rf "$testdir"
mkdir "$testdir"
rsync -a "$lc"/{archive,tlpkg} "$testdir"
-cd "$testdir" # because tl-makeself outputs to the current directory
+cd "$testdir" # because tl-makeself-* outputs to the current directory
rm -f update*sh # remove previous attempts
tl-makeself-from-tlnet "$testdir"
ls -l "$testdir"
@@ -30,4 +30,4 @@ cd "$tl"
# Now try running the updater in the installed tree.
PATH=$tl/bin/x86_64-linux:/usr/bin
-"$testdir"/update-tlmgr-r*.sh #-- --debug
+"$testdir"/update-tlmgr-r*.sh --noprogress #-- --debug