[Libreoffice-commits] .: oowintool

Stephan Bergmann sbergmann at kemper.freedesktop.org
Wed Aug 1 23:49:49 PDT 2012


 oowintool |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 710202f71ce5b4aa3dc5bc9bc869031b7d1ccec5
Author: Stephan Bergmann <sbergman at 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";
     }
 }
 


More information about the Libreoffice-commits mailing list