[Libreoffice-commits] .: bin/unpack

Tor Lillqvist tml at kemper.freedesktop.org
Thu Nov 11 02:05:24 PST 2010


 bin/unpack |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d26f4cef53cc2c02373f6ab8f152538beaf215cc
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Nov 11 12:04:01 2010 +0200

    Fix misleading informative text

diff --git a/bin/unpack b/bin/unpack
index 48c14df..de67ab2 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -413,7 +413,7 @@ if test "z$BUILD_WIN32" != "z"; then
 
     # vcredist_x64.exe
     if test -f $OOBUILDDIR/external/vcredist/vcredist_x64.exe; then
-        echo "Already have vcredist_x86.exe"
+        echo "Already have vcredist_x64.exe"
     else
         cp -p $SRCDIR/vcredist_x64.exe $OOBUILDDIR/external/vcredist/vcredist_x64.exe
     fi


More information about the Libreoffice-commits mailing list