This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_10_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10_0 by this push:
new e759b485cf8 branch_10_0 backport for "--user-managed" with example
(-e) on Windows (cherrypicked from 3f3a2d5) (#4116)
e759b485cf8 is described below
commit e759b485cf8702c7f79e80910df8151f63d7f672
Author: Rahul Goswami <[email protected]>
AuthorDate: Sat Feb 7 22:46:34 2026 -0500
branch_10_0 backport for "--user-managed" with example (-e) on Windows
(cherrypicked from 3f3a2d5) (#4116)
---
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