You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/10/14 19:50:53 UTC

[2/4] git commit: fix missing then

fix missing then


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b0b868f3
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b0b868f3
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/b0b868f3

Branch: refs/heads/trunk
Commit: b0b868f3fcf200f1f3a5c58dc5ca4dbeb3ab7864
Parents: 6133541
Author: Brandon Williams <br...@apache.org>
Authored: Mon Oct 14 12:48:54 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Oct 14 12:48:54 2013 -0500

----------------------------------------------------------------------
 conf/cassandra-env.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b0b868f3/conf/cassandra-env.sh
----------------------------------------------------------------------
diff --git a/conf/cassandra-env.sh b/conf/cassandra-env.sh
index c8cb49c..d84c7ce 100644
--- a/conf/cassandra-env.sh
+++ b/conf/cassandra-env.sh
@@ -146,6 +146,7 @@ else
 fi
 
 if [ "x$MALLOC_ARENA_MAX" = "x" ]
+then
     MALLOC_ARENA_MAX=4
 fi