SOLR-9697: Fixed zk upconfig which was broken on windows

This commit is contained in:
Jan Høydahl 2016-10-31 09:35:09 +01:00
parent 813b685565
commit 2ad2fca416
2 changed files with 2 additions and 1 deletions

View File

@ -279,6 +279,8 @@ Bug Fixes
* SOLR-2094: XPathEntityProcessor should reinitialize the XPathRecordReader instance if * SOLR-2094: XPathEntityProcessor should reinitialize the XPathRecordReader instance if
the 'forEach' or 'xpath' attributes are templates & it is not a root entity (Cao Manh Dat, noble) the 'forEach' or 'xpath' attributes are templates & it is not a root entity (Cao Manh Dat, noble)
* SOLR-9697: zk upconfig broken on windows (Xavier Jmlucjav via janhoy)
Optimizations Optimizations
---------------------- ----------------------

View File

@ -1361,7 +1361,6 @@ IF "%1"=="-upconfig" (
if not "%~1"=="" ( if not "%~1"=="" (
goto set_zk_src goto set_zk_src
) )
goto zk_usage
) ELSE IF "!ZK_DST!"=="" ( ) ELSE IF "!ZK_DST!"=="" (
IF "%ZK_OP%"=="cp" ( IF "%ZK_OP%"=="cp" (
goto set_zk_dst goto set_zk_dst