Repository: cassandra
Updated Branches:
  refs/heads/trunk 510ffca9c -> b78cf8bee


fix path variable


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

Branch: refs/heads/trunk
Commit: b78cf8bee450df2e913a4f0f2f7ca148fcb4ab5f
Parents: 510ffca
Author: Dave Brosius <[email protected]>
Authored: Sat Mar 15 00:35:27 2014 -0400
Committer: Dave Brosius <[email protected]>
Committed: Sat Mar 15 00:35:27 2014 -0400

----------------------------------------------------------------------
 bin/cassandra.in.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b78cf8be/bin/cassandra.in.sh
----------------------------------------------------------------------
diff --git a/bin/cassandra.in.sh b/bin/cassandra.in.sh
index 26170ac..835c50c 100644
--- a/bin/cassandra.in.sh
+++ b/bin/cassandra.in.sh
@@ -28,7 +28,7 @@ fi
 # it's just used here in constructing the classpath.
 cassandra_bin="$CASSANDRA_HOME/build/classes/main"
 cassandra_bin="$cassandra_bin:$CASSANDRA_HOME/build/classes/thrift"
-#cassandra_bin="$cassandra_home/build/cassandra.jar"
+#cassandra_bin="$CASSANDRA_HOME/build/cassandra.jar"
 
 # JAVA_HOME can optionally be set here
 #JAVA_HOME=/usr/local/jdk6
@@ -45,4 +45,4 @@ if [ "$JVM_VENDOR" != "OpenJDK" -o "$JVM_VERSION" \> "1.6.0" 
] \
       || [ "$JVM_VERSION" = "1.6.0" -a "$JVM_PATCH_VERSION" -ge 23 ]
 then
     JAVA_AGENT="$JAVA_AGENT -javaagent:$CASSANDRA_HOME/lib/jamm-0.2.6.jar"
-fi
\ No newline at end of file
+fi

Reply via email to