diff options
author | Norbert Preining <preining@logic.at> | 2008-09-10 10:27:02 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-09-10 10:27:02 +0000 |
commit | 6a7eb99f33fd41098a686b54b1f9fcc2529cbb8c (patch) | |
tree | e4e9c8971d721ebcd2e7d6cf642049e97061a3ce /Master | |
parent | 2eec65e38b1e2c72caeb971ed3549460492b572b (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')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 2 |
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. |