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 7CE5C9CB9 for ; Tue, 11 Oct 2011 12:12:38 +0000 (UTC) Received: (qmail 41126 invoked by uid 500); 11 Oct 2011 12:12:38 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 41098 invoked by uid 500); 11 Oct 2011 12:12:38 -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 41090 invoked by uid 99); 11 Oct 2011 12:12:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2011 12:12:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2011 12:12:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 354E623888CD for ; Tue, 11 Oct 2011 12:12:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1181741 - /cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh Date: Tue, 11 Oct 2011 12:12:15 -0000 To: commits@cassandra.apache.org From: slebresne@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111011121215.354E623888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: slebresne Date: Tue Oct 11 12:12:14 2011 New Revision: 1181741 URL: http://svn.apache.org/viewvc?rev=1181741&view=rev Log: Remove wronly inserted echo Modified: cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh Modified: cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh?rev=1181741&r1=1181740&r2=1181741&view=diff ============================================================================== --- cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh (original) +++ cassandra/branches/cassandra-1.0.0/bin/cassandra.in.sh Tue Oct 11 12:12:14 2011 @@ -39,4 +39,3 @@ CLASSPATH=$CASSANDRA_CONF:$cassandra_bin for jar in $CASSANDRA_HOME/lib/*.jar; do CLASSPATH=$CLASSPATH:$jar done -echo $CLASSPATH \ No newline at end of file