summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlnet
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlnet')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 3cc8bd7915d..2da47874b5a 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -93,7 +93,7 @@ done
echo "$0: Updating $tltry with cow-shell..."
cd $tltry
cow-shell <<END_COW
-echo "$0: Running tl-update-containers with"
+echo "$0: Running tl-update-containers (from $Master) with"
echo "$0: gpgcmd=$gpgcmd critical=$critical recreate=$recreate ..."
$Master/tlpkg/bin/tl-update-containers $gpgcmd \
$verbose -location $tltry $critical $recreate
@@ -101,11 +101,11 @@ $Master/tlpkg/bin/tl-update-containers $gpgcmd \
# It is scary, but I guess we should update the installer package every
# day, partly for the sake of doc.html and partly so it actually gets
# tested. Hopefully we don't break the Perl modules very often.
-echo "$0: Running tl-update-install-pkg..."
+echo "$0: Running tl-update-install-pkg (also from $Master)..."
$Master/tlpkg/bin/tl-update-install-pkg $gpgcmd -o $tltry
END_COW
-# cow-shell leaves this around.
+# cow-shell might leave this around.
rm -f $tltry/.ilist
# if not doing the test installation, don't push anything out.