You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2021/10/12 10:52:38 UTC

[GitHub] [solr] janhoy commented on pull request #344: SOLR-15675 Fix parsing of -zkHost flag for the bin/solr commands

janhoy commented on pull request #344:
URL: https://github.com/apache/solr/pull/344#issuecomment-940895149


   > Should we try converting to lowercase? maybe `${var,,}` if we can assume bash4 or maybe `tr [A-Z] [a-z]` if not?
   
   That could be a smart move for the bin/solr tool in general - case sensitive arguments is not very user friendly. But I'll stick to this simple fix here, please open a new JIRA for perhaps a more general case-insensitive solution, that also includes Windows :) 


-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org