summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-containers
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-09-10 10:27:02 +0000
committerNorbert Preining <preining@logic.at>2008-09-10 10:27:02 +0000
commit6a7eb99f33fd41098a686b54b1f9fcc2529cbb8c (patch)
treee4e9c8971d721ebcd2e7d6cf642049e97061a3ce /Master/tlpkg/bin/tl-update-containers
parent2eec65e38b1e2c72caeb971ed3549460492b572b (diff)
add a missing newline to the output of tl-update-containers
git-svn-id: svn://tug.org/texlive/trunk@10535 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index f99f7b5b2d3..3fe51783dfb 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -163,7 +163,7 @@ sub main
tlwarn ("$0: updating critical $pkg due to -all\n");
last; # of the manualpkgre checks
} else {
- tlwarn ("$0: skipping critical $pkg");
+ tlwarn ("$0: skipping critical $pkg\n");
# we assume that the packages in @critical_pkg_list always
# exist, so if they are there then the number of updated packages
# should be reduced.