diff options
-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) { |