[Libreoffice-commits] .: solenv/bin

Michael Meeks michael at kemper.freedesktop.org
Wed Sep 7 02:16:52 PDT 2011


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

New commits:
commit 20a3baeb5da5bbb77eb2bf46d6714ad38dc4f19b
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