smiklosovic commented on code in PR #2891:
URL: https://github.com/apache/cassandra/pull/2891#discussion_r1393294172
##########
tools/bin/cassandra.in.sh:
##########
@@ -31,7 +31,7 @@ CLASSPATH="$CASSANDRA_CONF"
# it's just used here in constructing the classpath.
if [ -d $CASSANDRA_HOME/build ] ; then
#cassandra_bin="$CASSANDRA_HOME/build/classes/main"
- cassandra_bin=`ls -1 $CASSANDRA_HOME/build/apache-cassandra*.jar`
+ cassandra_bin=`ls -1 $CASSANDRA_HOME/build/apache-cassandra*.jar | paste
-sd ":" -`
Review Comment:
All I see is this:
ls -1 build/apache-cassandra*.jar | paste -sd ":" -
build/apache-cassandra-5.0-beta1-SNAPSHOT.jar:build/apache-cassandra-5.0-beta1-SNAPSHOT-sources.jar
I do not think we need source on the class path? What additional jars do you
see?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]