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

@ -280,6 +280,8 @@ Bug Fixes
* 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)
* SOLR-9697: zk upconfig broken on windows (Xavier Jmlucjav via janhoy)
Optimizations
----------------------

View File

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