You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yu...@apache.org on 2016/03/09 18:50:30 UTC

[04/10] cassandra git commit: Add missing newline at end of bin/cqlsh

Add missing newline at end of bin/cqlsh


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f7915899
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f7915899
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/f7915899

Branch: refs/heads/trunk
Commit: f79158998b1aaecb237ebd236948c2be95e70cc9
Parents: 9b53d6a
Author: Joel Knighton <jo...@datastax.com>
Authored: Wed Mar 9 11:26:27 2016 -0600
Committer: Yuki Morishita <yu...@apache.org>
Committed: Wed Mar 9 11:41:38 2016 -0600

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 bin/cqlsh   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f7915899/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 9d4779a..d7b0fc2 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

http://git-wip-us.apache.org/repos/asf/cassandra/blob/f7915899/bin/cqlsh
----------------------------------------------------------------------
diff --git a/bin/cqlsh b/bin/cqlsh
index 518b986..82a4a53 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