diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-14 15:23:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-14 15:23:31 +0000 |
commit | edf6d210dd564ed222df907ecbc9be811f5cc418 (patch) | |
tree | 1061ec79989b445304fe0966a70a2a7d653268ad /Master/tlpkg | |
parent | 0261c05385e0247b2f8f92fcae0dc3cd20615672 (diff) |
(_create_config_files): newline at end of message.
git-svn-id: svn://tug.org/texlive/trunk@40511 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 6d7218b2870..d99a925ac27 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2746,7 +2746,7 @@ sub _create_config_files { close (INFILE); } else { tlwarn("TLUtils::_create_config_files: $root/$headfile: " - . " head file not found, ok in user mode"); + . " head file not found, ok in user mode\n"); } push @lines, @$tlpdblinesref; if (defined($localconf) && -r $localconf) { |