From: Jonas Oreland Date: September 29 2011 11:31am Subject: bzr push into mysql-5.5-cluster branch (jonas.oreland:3545 to 3546) List-Archive: http://lists.mysql.com/commits/141204 Message-Id: <20110929113101.BAA92918F12@perch.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3546 Jonas Oreland 2011-09-29 ndb - trial and error escaping modified: storage/ndb/compile-cluster 3545 Jonas Oreland 2011-09-29 ndb - make sure that build-type is added last modified: storage/ndb/compile-cluster === modified file 'storage/ndb/compile-cluster' --- a/storage/ndb/compile-cluster 2011-09-29 11:07:50 +0000 +++ b/storage/ndb/compile-cluster 2011-09-29 11:30:39 +0000 @@ -92,7 +92,7 @@ my $cmake_version_id; if ($opt_build_type) { - push(@opt_build_type_arg, "--cmake-args=-G \"" . $opt_build_type . "\""); + push(@opt_build_type_arg, "--cmake-args=\"-G " . $opt_build_type . "\""); } cmd($^X, @args, @ARGV, @opt_build_type_arg); No bundle (reason: useless for push emails).