oowintool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 710202f71ce5b4aa3dc5bc9bc869031b7d1ccec5 Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Aug 2 08:49:32 2012 +0200
Missing newline Change-Id: I8dd2d6f059b027122657e5000b95298e874e51e8 diff --git a/oowintool b/oowintool index 9afc1cd..c9d74f6 100755 --- a/oowintool +++ b/oowintool @@ -296,7 +296,7 @@ sub msvc_copy_msms($$) } foreach $fname ("Microsoft_VC100_CRT_x86$postfix.msm") { print STDERR "Copying $msm_path/$fname to $dest\n"; - copy ("$msm_path/$fname", $dest) || print "copy failed: $!"; + copy ("$msm_path/$fname", $dest) || print "copy failed: $!\n"; } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits