File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1519,11 +1519,11 @@ for %%a in (%*) do (
1519
1519
if " !arg:~0 ,1 ! " equ " -" set " option = !arg! "
1520
1520
) else (
1521
1521
set " option!option! = %%a "
1522
- if " !option! " equ " -d" set " SOLR_SERVER_DIR = %%a "
1523
- if " !option! " equ " --server-dir" set " SOLR_SERVER_DIR = %%a "
1524
1522
if " !option! " equ " -s" set " SOLR_HOME = %%a "
1525
- if " !option! " equ " --solr-home" set " SOLR_HOME = %%a "
1526
- if not " !option! " equ " -s" if not " !option! " equ " -d" (
1523
+ if " !option! " equ " --solr-home" set " SOLR_HOME = %%a "
1524
+ if " !option! " equ " -d" set " SOLR_SERVER_DIR = %%a "
1525
+ if " !option! " equ " --server-dir" set " SOLR_SERVER_DIR = %%a "
1526
+ if not " !option! " equ " -s" if not " !option! " equ " --solr-home" if not " !option! " equ " -d" if not " !option! " equ " --server-dir" (
1527
1527
set " AUTH_PARAMS = !AUTH_PARAMS! !option! %%a "
1528
1528
)
1529
1529
set " option = "
You can’t perform that action at this time.
0 commit comments