This is an automated email from the ASF dual-hosted git repository. rjung 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 855a8d3bed Tab and space police - sorry 855a8d3bed is described below commit 855a8d3bed87a22a0380f69d1de97f01d4cce52f Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Mon Mar 10 12:11:18 2025 +0100 Tab and space police - sorry --- build.xml | 4 ++-- res/install-win/tomcat.nsi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 8263314fa4..8ae1a10ce1 100644 --- a/build.xml +++ b/build.xml @@ -2681,8 +2681,8 @@ You may need a custom build of makensis. Instructions for this may be found in B <include name="*.xml"/> </fileset> </copy> - <property name="uninstall.exe" value="${tomcat.dist}/Uninstall.exe"/> - <pathconvert property="win.uninstall.exe"> + <property name="uninstall.exe" value="${tomcat.dist}/Uninstall.exe"/> + <pathconvert property="win.uninstall.exe"> <path location="${uninstall.exe}"/> </pathconvert> <condition property="os.uninstall.exe" value="${win.uninstall.exe}" else="${uninstall.exe}"> diff --git a/res/install-win/tomcat.nsi b/res/install-win/tomcat.nsi index fa70af02c0..c554022d21 100644 --- a/res/install-win/tomcat.nsi +++ b/res/install-win/tomcat.nsi @@ -447,7 +447,7 @@ Function .onInit WriteUninstaller "$EXEDIR\Uninstall.exe" Quit !endif - + ${GetParameters} $R0 ClearErrors --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org