3580 Magnus Blåudd 2011-10-14
compile-cluster, quote the build type argument since it normally contains spaces
modified:
storage/ndb/compile-cluster
3579 magnus.blaudd@stripped 2011-10-14 [merge]
Merge
modified:
storage/ndb/compile-cluster
=== modified file 'storage/ndb/compile-cluster'
--- a/storage/ndb/compile-cluster 2011-10-14 07:43:50 +0000
+++ b/storage/ndb/compile-cluster 2011-10-14 08:48:31 +0000
@@ -100,7 +100,7 @@ my $cmake_version_id;
# The cmake generator to use
if ($opt_build_type)
{
- push(@args, "-G $opt_build_type");
+ push(@args, "-G \"$opt_build_type\"");
}
# Sets installation directory, bindir, libdir, libexecdir etc.
No bundle (reason: useless for push emails).| Thread |
|---|
| • bzr push into mysql-5.5-cluster branch (magnus.blaudd:3579 to 3580) | Magnus Blåudd | 14 Oct |