You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2011/10/11 14:12:15 UTC

svn commit: r1181741 - /cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh

Author: slebresne
Date: Tue Oct 11 12:12:14 2011
New Revision: 1181741

URL: http://svn.apache.org/viewvc?rev=1181741&view=rev
Log:
Remove wronly inserted echo

Modified:
    cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh

Modified: cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh?rev=1181741&r1=1181740&r2=1181741&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh (original)
+++ cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh Tue Oct 11 12:12:14 2011
@@ -39,4 +39,3 @@ CLASSPATH=$CASSANDRA_CONF:$cassandra_bin
 for jar in $CASSANDRA_HOME/lib/*.jar; do
     CLASSPATH=$CLASSPATH:$jar
 done
-echo $CLASSPATH
\ No newline at end of file