colvinco commented on code in PR #1329: URL: https://github.com/apache/solr/pull/1329#discussion_r1095907702
########## solr/bin/solr.cmd: ########## @@ -1409,11 +1428,15 @@ IF "%FG%"=="1" ( -Djava.io.tmpdir="%SOLR_SERVER_DIR%\tmp" -jar start.jar %SOLR_JETTY_CONFIG% "%SOLR_JETTY_ADDL_CONFIG%" > "!SOLR_LOGS_DIR!\solr-%SOLR_PORT%-console.log" echo %SOLR_PORT%>"%SOLR_TIP%"\bin\solr-%SOLR_PORT%.port + REM default to 30 seconds for backwards compatibility. + IF "%SOLR_START_WAIT%"=="" ( Review Comment: ```suggestion IF "!SOLR_START_WAIT!"=="" ( ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org