Updated Branches: refs/heads/cassandra-1.2 85b657494 -> 512ea5a76 refs/heads/cassandra-2.0 2d1085dde -> 2cc4670ac refs/heads/trunk 16cf7f3e8 -> 9a59d250a
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/cassandra-1.2 Commit: 512ea5a768457d7136f5e77712609dea09df04f3 Parents: 85b6574 Author: Brandon Williams <[email protected]> Authored: Mon Nov 11 11:52:58 2013 -0600 Committer: Brandon Williams <[email protected]> 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
