[Libreoffice-commits] .: Branch 'feature/gtk3' - solenv/bin

Michael Meeks michael at kemper.freedesktop.org
Wed Sep 7 01:48:08 PDT 2011


 solenv/bin/concat-deps.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 51a94dd6365c429ff33038fe7a90df03ed775801
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Wed Sep 7 09:46:52 2011 +0100

    compensate for missing newlines at end of windows .d files when concatenating

diff --git a/solenv/bin/concat-deps.pl b/solenv/bin/concat-deps.pl
index a9788cb..c25df82 100755
--- a/solenv/bin/concat-deps.pl
+++ b/solenv/bin/concat-deps.pl
@@ -44,7 +44,7 @@ for my $fname (@depfiles) {
 	print $last;
 	$last = $line;
     }
-    print $last;
+    print "$last\n"; # in case of missing newline
 
     close ($fileh);
 }


More information about the Libreoffice-commits mailing list