You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/11/11 18:56:24 UTC

[3/6] git commit: Add echo off to cqlsh.bat Patch by Mikhail Stepura, reviewed by brandonwilliams for CASSANDRA-6324

Add echo off to cqlsh.bat
Patch by Mikhail Stepura, reviewed by brandonwilliams for CASSANDRA-6324


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

Branch: refs/heads/trunk
Commit: 512ea5a768457d7136f5e77712609dea09df04f3
Parents: 85b6574
Author: Brandon Williams <br...@apache.org>
Authored: Mon Nov 11 11:52:58 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Nov 11 11:52:58 2013 -0600

----------------------------------------------------------------------
 bin/cqlsh.bat | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/512ea5a7/bin/cqlsh.bat
----------------------------------------------------------------------
diff --git a/bin/cqlsh.bat b/bin/cqlsh.bat
index a61df21..ffa8e0b 100644
--- a/bin/cqlsh.bat
+++ b/bin/cqlsh.bat
@@ -1,3 +1,4 @@
+@ECHO OFF
 @REM
 @REM  Licensed to the Apache Software Foundation (ASF) under one or more
 @REM  contributor license agreements.  See the NOTICE file distributed with