This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new ea6930eae7 Update tool-wrapper.bat (#665)
ea6930eae7 is described below
commit ea6930eae76921868e634705ebb881db96fff3ef
Author: ChrissW-R1 <[email protected]>
AuthorDate: Mon Sep 11 10:33:51 2023 +0200
Update tool-wrapper.bat (#665)
Solved issue with spaces in path
(cherry picked from commit a6acd986aa7b415c6390d578318054f51efbe876)
---
bin/tool-wrapper.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/tool-wrapper.bat b/bin/tool-wrapper.bat
index 64f38a02a1..e9320d81bc 100755
--- a/bin/tool-wrapper.bat
+++ b/bin/tool-wrapper.bat
@@ -85,6 +85,6 @@ shift
goto setArgs
:doneSetArgs
-%_RUNJAVA% %JAVA_OPTS% %TOOL_OPTS% -classpath "%CLASSPATH%"
-Dcatalina.home="%CATALINA_HOME%" org.apache.catalina.startup.Tool
%CMD_LINE_ARGS%
+"%_RUNJAVA%" %JAVA_OPTS% %TOOL_OPTS% -classpath "%CLASSPATH%"
-Dcatalina.home="%CATALINA_HOME%" org.apache.catalina.startup.Tool
%CMD_LINE_ARGS%
:end
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]