From f79158998b1aaecb237ebd236948c2be95e70cc9 Mon Sep 17 00:00:00 2001 From: Joel Knighton Date: Wed, 9 Mar 2016 11:26:27 -0600 Subject: [PATCH] Add missing newline at end of bin/cqlsh --- CHANGES.txt | 1 + bin/cqlsh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9d4779a6e0..d7b0fc241c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.2.6 + * Add missing newline at end of bin/cqlsh (CASSANDRA-11325) * Fix AE in nodetool cfstats (backport CASSANDRA-10859) (CASSANDRA-11297) * Unresolved hostname leads to replace being ignored (CASSANDRA-11210) * Fix filtering on non-primary key columns for thrift static column families diff --git a/bin/cqlsh b/bin/cqlsh index 518b986053..82a4a533a8 100755 --- a/bin/cqlsh +++ b/bin/cqlsh @@ -23,4 +23,4 @@ for pyver in 2.7; do which python$pyver > /dev/null 2>&1 && exec python$pyver "`python$pyver -c "import os;print(os.path.dirname(os.path.realpath('$0')))"`/cqlsh.py" "$@" done echo "No appropriate python interpreter found." >&2 -exit 1 \ No newline at end of file +exit 1