You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2020/09/03 09:46:22 UTC

[lucene-solr] 02/02: SOLR-14794: Remove tab.

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

jpountz pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 6dbc6bd7813b400b3b7ebbb512b9bcd6eea00ed5
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Thu Sep 3 11:45:55 2020 +0200

    SOLR-14794: Remove tab.
---
 solr/bin/solr.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd
index 4ca3815..1661a7b 100755
--- a/solr/bin/solr.cmd
+++ b/solr/bin/solr.cmd
@@ -2040,7 +2040,7 @@ FOR /f "usebackq tokens=3" %%a IN (`^""%JAVA%" -version 2^>^&1 ^| findstr "versi
   echo "java version info is !JAVA_VERSION_INFO!"
   REM Extract the major Java version, e.g. 7, 8, 9, 10 ...
   for /f "tokens=1,2 delims=._-" %%a in ("!JAVA_VERSION_INFO!") do (
-	echo "Extracted major version is %%a"
+    echo "Extracted major version is %%a"
     if %%a GEQ 9 (
       set JAVA_MAJOR_VERSION=%%a
     ) else (