Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CDAC18279 for ; Wed, 9 Mar 2016 17:50:28 +0000 (UTC) Received: (qmail 82388 invoked by uid 500); 9 Mar 2016 17:50:28 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 82322 invoked by uid 500); 9 Mar 2016 17:50:28 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 82178 invoked by uid 99); 9 Mar 2016 17:50:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Mar 2016 17:50:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 01D78DFC6D; Wed, 9 Mar 2016 17:50:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yukim@apache.org To: commits@cassandra.apache.org Date: Wed, 09 Mar 2016 17:50:28 -0000 Message-Id: <8680d3b3ef3c492d99d1fa9b48b6f94f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/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/cassandra-3.0 Commit: f79158998b1aaecb237ebd236948c2be95e70cc9 Parents: 9b53d6a Author: Joel Knighton Authored: Wed Mar 9 11:26:27 2016 -0600 Committer: Yuki Morishita 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