I don't think this quite rises to the level of a CEP, but I wanted to get
input on this. I'm working on the CircleCI build tooling and the
generate.sh script uses "/bin/sh" for its execution. There are a couple of
things that could be cleaned up and simplified if we used bash instead. I'm
all for m
Greetings,
I have created a pull request [1] as a work in progress for CASSANDRA-17773.
The idea here is to move the boiler plate include of cassandra.in.sh and
cassandra-env.sh into one sourced script that also provides a function
(verify_env) to verify that required variables are set.
verify_e