janhoy commented on code in PR #1935:
URL: https://github.com/apache/solr/pull/1935#discussion_r1328985748


##########
solr/bin/solr:
##########
@@ -112,6 +112,13 @@ elif [ -r "$SOLR_INCLUDE" ]; then
   . "$SOLR_INCLUDE"
 fi
 
+# Export all SOLR variables so they are visible to Solr sub-process
+for var in $(compgen -e); do

Review Comment:
   Me too, ChatGPT surprised me there 😉



##########
solr/bin/solr:
##########
@@ -112,6 +112,13 @@ elif [ -r "$SOLR_INCLUDE" ]; then
   . "$SOLR_INCLUDE"
 fi
 
+# Export all SOLR variables so they are visible to Solr sub-process
+for var in $(compgen -e); do

Review Comment:
   Me too, ChatGPT surprised me there 😉



-- 
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

Reply via email to