summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-14 15:23:31 +0000
committerKarl Berry <karl@freefriends.org>2016-04-14 15:23:31 +0000
commitedf6d210dd564ed222df907ecbc9be811f5cc418 (patch)
tree1061ec79989b445304fe0966a70a2a7d653268ad /Master/tlpkg/TeXLive/TLUtils.pm
parent0261c05385e0247b2f8f92fcae0dc3cd20615672 (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/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
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) {