summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2010-07-07 00:06:03 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2010-07-07 00:06:03 +0000
commit6b6d7ae07dfaac0beccec923b268e50c37edaef5 (patch)
tree1138952b24d271d8536d254dbc0e76a790d51562 /Master
parent93b3ab7f6c0c679bc0e4a35396aeafa608f998c8 (diff)
missing newlines
git-svn-id: svn://tug.org/texlive/trunk@19264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/TeXLive/TLWinGoo.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm
index aea9aff50b2..08c86c58480 100644
--- a/Master/tlpkg/TeXLive/TLWinGoo.pm
+++ b/Master/tlpkg/TeXLive/TLWinGoo.pm
@@ -522,7 +522,7 @@ sub adjust_reg_path_for_texlive {
if ($action eq 'add') {
if ($tex_dir_conflict) {
log("Warning: conflicting [pdf]tex program found on the $mode path ",
- "in @texdirs; appending $tlbindir to the front of the path.");
+ "in @texdirs; appending $tlbindir to the front of the path.\n");
unshift(@newpath, $tlbindir);
} else {
push(@newpath, $tlbindir);
@@ -539,7 +539,7 @@ sub adjust_reg_path_for_texlive {
@texdirs = tex_dirs_on_path( get_system_path() );
return 0 unless (@texdirs);
tlwarn("Warning: conflicting [pdf]tex program found on the system path ",
- "in @texdirs; not fixable in user mode.");
+ "in @texdirs; not fixable in user mode.\n");
return 1;
}
return 0;