fix nodetool getendpoints when the key has a space in it

patch by gdeangelis reviewed by dbrosius for CASSANDRA-4551
This commit is contained in:
Dave Brosius 2013-08-22 21:13:24 -04:00
parent 39066b7226
commit ddb501df40
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ esac
-Xmx32m \
-Dlog4j.configuration=log4j-tools.properties \
-Dstorage-config="$CASSANDRA_CONF" \
org.apache.cassandra.tools.NodeCmd $@
org.apache.cassandra.tools.NodeCmd ${1+"$@"}
# vi:ai sw=4 ts=4 tw=0 et