s/goto err/goto :err/

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

Branch: refs/heads/cassandra-1.0
Commit: 2a1ec27e2621709bf3f85a71ef2061d3f48b7598
Parents: 90e3ec4
Author: Jonathan Ellis <jbel...@apache.org>
Authored: Fri Jan 27 15:03:02 2012 +0000
Committer: Jonathan Ellis <jbel...@apache.org>
Committed: Fri Jan 27 09:29:21 2012 -0600

----------------------------------------------------------------------
 bin/cassandra-cli.bat |    2 +-
 bin/cassandra.bat     |    2 +-
 bin/json2sstable.bat  |    2 +-
 bin/nodetool.bat      |    2 +-
 bin/sstable2json.bat  |    2 +-
 bin/sstablekeys.bat   |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2a1ec27e/bin/cassandra-cli.bat
----------------------------------------------------------------------
diff --git a/bin/cassandra-cli.bat b/bin/cassandra-cli.bat
index a4d0102..0d52bdf 100644
--- a/bin/cassandra-cli.bat
+++ b/bin/cassandra-cli.bat
@@ -19,7 +19,7 @@
 if "%OS%" == "Windows_NT" setlocal
 
 if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%~dp0..
-if NOT DEFINED JAVA_HOME goto err
+if NOT DEFINED JAVA_HOME goto :err
 
 REM Ensure that any user defined CLASSPATH variables are not used on startup
 set CLASSPATH=

http://git-wip-us.apache.org/repos/asf/cassandra/blob/2a1ec27e/bin/cassandra.bat
----------------------------------------------------------------------
diff --git a/bin/cassandra.bat b/bin/cassandra.bat
index 58e9611..283abe9 100644
--- a/bin/cassandra.bat
+++ b/bin/cassandra.bat
@@ -26,7 +26,7 @@ if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%CD%
 popd
 
 if NOT DEFINED CASSANDRA_MAIN set 
CASSANDRA_MAIN=org.apache.cassandra.thrift.CassandraDaemon
-if NOT DEFINED JAVA_HOME goto err
+if NOT DEFINED JAVA_HOME goto :err
 
 REM ***** JAVA options *****
 set JAVA_OPTS=-ea^

http://git-wip-us.apache.org/repos/asf/cassandra/blob/2a1ec27e/bin/json2sstable.bat
----------------------------------------------------------------------
diff --git a/bin/json2sstable.bat b/bin/json2sstable.bat
index b42c34e..dc1e8f6 100644
--- a/bin/json2sstable.bat
+++ b/bin/json2sstable.bat
@@ -20,7 +20,7 @@ if "%OS%" == "Windows_NT" setlocal
 if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%~dp0..
 if NOT DEFINED CASSANDRA_CONF set CASSANDRA_CONF="%CASSANDRA_HOME%\conf"
 if NOT DEFINED CASSANDRA_MAIN set 
CASSANDRA_MAIN=org.apache.cassandra.tools.SSTableImport
-if NOT DEFINED JAVA_HOME goto err
+if NOT DEFINED JAVA_HOME goto :err
 
 REM ***** JAVA options *****
 set JAVA_OPTS=^

http://git-wip-us.apache.org/repos/asf/cassandra/blob/2a1ec27e/bin/nodetool.bat
----------------------------------------------------------------------
diff --git a/bin/nodetool.bat b/bin/nodetool.bat
index 200fb4a..2f74687 100644
--- a/bin/nodetool.bat
+++ b/bin/nodetool.bat
@@ -18,7 +18,7 @@
 if "%OS%" == "Windows_NT" setlocal
 
 if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%~dp0..
-if NOT DEFINED JAVA_HOME goto err
+if NOT DEFINED JAVA_HOME goto :err
 
 REM Ensure that any user defined CLASSPATH variables are not used on startup
 set CLASSPATH="%CASSANDRA_HOME%\conf"

http://git-wip-us.apache.org/repos/asf/cassandra/blob/2a1ec27e/bin/sstable2json.bat
----------------------------------------------------------------------
diff --git a/bin/sstable2json.bat b/bin/sstable2json.bat
index 45dcd50..9544e0c 100644
--- a/bin/sstable2json.bat
+++ b/bin/sstable2json.bat
@@ -20,7 +20,7 @@ if "%OS%" == "Windows_NT" setlocal
 if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%~dp0..
 if NOT DEFINED CASSANDRA_CONF set CASSANDRA_CONF="%CASSANDRA_HOME%\conf"
 if NOT DEFINED CASSANDRA_MAIN set 
CASSANDRA_MAIN=org.apache.cassandra.tools.SSTableExport
-if NOT DEFINED JAVA_HOME goto err
+if NOT DEFINED JAVA_HOME goto :err
 
 REM ***** JAVA options *****
 set JAVA_OPTS=^

http://git-wip-us.apache.org/repos/asf/cassandra/blob/2a1ec27e/bin/sstablekeys.bat
----------------------------------------------------------------------
diff --git a/bin/sstablekeys.bat b/bin/sstablekeys.bat
index 88b33bc..6a483ba 100644
--- a/bin/sstablekeys.bat
+++ b/bin/sstablekeys.bat
@@ -20,7 +20,7 @@ if "%OS%" == "Windows_NT" setlocal
 if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%~dp0..
 if NOT DEFINED CASSANDRA_CONF set CASSANDRA_CONF="%CASSANDRA_HOME%\conf"
 if NOT DEFINED CASSANDRA_MAIN set 
CASSANDRA_MAIN=org.apache.cassandra.tools.SSTableExport
-if NOT DEFINED JAVA_HOME goto err
+if NOT DEFINED JAVA_HOME goto :err
 
 REM ***** JAVA options *****
 set JAVA_OPTS=^

Reply via email to