[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin
Andrea Pescetti
pescetti at apache.org
Sat May 4 18:07:29 PDT 2013
solenv/bin/download_external_dependencies.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 365ff9c02db80644372043d85d8e1c7e2ffe94de
Author: Andrea Pescetti <pescetti at apache.org>
Date: Sat May 4 22:15:24 2013 +0000
Reorder parameters to get a more meaningful output - likely the intended one.
diff --git a/solenv/bin/download_external_dependencies.pl b/solenv/bin/download_external_dependencies.pl
index 070340f..855f430 100755
--- a/solenv/bin/download_external_dependencies.pl
+++ b/solenv/bin/download_external_dependencies.pl
@@ -602,9 +602,9 @@ sub DownloadFile ($$$)
{
unlink($temporary_filename);
printf(" %s checksum does not match (%s instead of %s)\n",
+ $checksum->{'type'},
$file_checksum,
- $checksum->{'value'},
- $checksum->{'type'});
+ $checksum->{'value'});
return 0;
}
}
More information about the Libreoffice-commits
mailing list