From: Jani Laakso Date: Thu, 5 Apr 2007 12:46:26 +0000 (+0000) Subject: Fixes X-Git-Tag: 6.7.0.beta1~6461 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74a71b44842a90abfc95f0b9b7f02c7f468fc0de;p=vaadin-framework.git Fixes svn changeset:1171/svn branch:trunk --- diff --git a/build/toolkit-release-make.pl b/build/toolkit-release-make.pl index 041886672e..9fce99e2c1 100644 --- a/build/toolkit-release-make.pl +++ b/build/toolkit-release-make.pl @@ -103,7 +103,7 @@ if ($MERGE eq "continue") { ); # collect data from host -&message("Host information"); +&message(" Host information "); &execute("date -R"); &execute("uname -a"); &execute("java -version");