This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch startOnWin
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/startOnWin by this push:
     new 8743805  remove '<' in the comment of Win Script..
8743805 is described below

commit 87438051bf4f179e5cca03bcae2aceccfadbc66e
Author: xiangdong huang <[email protected]>
AuthorDate: Sun Apr 19 01:31:26 2020 +0800

    remove '<' in the comment of Win Script..
---
 server/src/assembly/resources/sbin/start-server.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/assembly/resources/sbin/start-server.bat 
b/server/src/assembly/resources/sbin/start-server.bat
index 9410ed3..2564480 100755
--- a/server/src/assembly/resources/sbin/start-server.bat
+++ b/server/src/assembly/resources/sbin/start-server.bat
@@ -42,7 +42,7 @@ for /f tokens^=2-5^ delims^=.-_+^" %%j in ('java -fullversion 
2^>^&1') do (
 
 set JAVA_VERSION=%MAJOR_VERSION%
 
-@REM we do not check jdk that version <1.6 because they are too stale...
+@REM we do not check jdk that version less than 1.6 because they are too 
stale...
 IF "%JAVA_VERSION%" == "6" (
                echo IoTDB only supports jdk >= 8, please check your java 
version.
                goto finally

Reply via email to