cpoerschke commented on a change in pull request #2192: URL: https://github.com/apache/lucene-solr/pull/2192#discussion_r555071923
########## File path: solr/bin/solr ########## @@ -110,9 +110,10 @@ elif [ -n "$JAVA_HOME" ]; then JAVA="$java/java" if [ -x "$java/jstack" ]; then JSTACK="$java/jstack" + elif [ -x "$(command -v jattach)" ]; then + JATTACH="jattach" Review comment: minor/maybe suggestion: ```suggestion JATTACH="$(command -v jattach)" ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org