This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 3f3a2d53e17 Fix for '--user-mode' with example (-e) on Windows (#4074)
3f3a2d53e17 is described below
commit 3f3a2d53e172badb962492a3f2367ccf4caaaefc
Author: Rahul Goswami <[email protected]>
AuthorDate: Fri Jan 23 07:01:59 2026 -0500
Fix for '--user-mode' with example (-e) on Windows (#4074)
---
solr/bin/solr.cmd | 1 +
1 file changed, 1 insertion(+)
diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd
index e7de0ce839d..52be92ed3de 100755
--- a/solr/bin/solr.cmd
+++ b/solr/bin/solr.cmd
@@ -443,6 +443,7 @@ goto parse_args
:set_user_managed_mode
set SOLR_MODE=user-managed
+set "PASS_TO_RUN_EXAMPLE=--user-managed !PASS_TO_RUN_EXAMPLE!"
SHIFT
goto parse_args