diff options
author | Norbert Preining <preining@logic.at> | 2008-11-24 10:31:23 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-11-24 10:31:23 +0000 |
commit | 431163802a6a6dd347ebd30abfbbe7e1b66b0249 (patch) | |
tree | 7afbe5915e8952fbd25e62830e66e975b9ddf2c1 /Master | |
parent | 71602e99fd6eb1c89988a34564a6383c1d0af385 (diff) |
fix an error in the info, we do not support @hashes in arguments for info
git-svn-id: svn://tug.org/texlive/trunk@11405 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 1bb87bfc8a6..f13baa9e5e4 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -325,7 +325,7 @@ sub main } else { if (@todopacks) { # we updated something - info("$0: $count{new} new, $count{removed} removed, ", + info("$0: $count{new} new, $count{removed} removed, " . "$count{updated} updated, $count{unchanged} unchanged.\n"); } else { info("$0: nothing to be done.\n"); |