From 6b6d7ae07dfaac0beccec923b268e50c37edaef5 Mon Sep 17 00:00:00 2001 From: Piotr Strzelczyk Date: Wed, 7 Jul 2010 00:06:03 +0000 Subject: missing newlines git-svn-id: svn://tug.org/texlive/trunk@19264 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLWinGoo.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') 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; -- cgit v1.2.3