This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 40f14920185460c9380c503da63a3169a0fb0b98 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 4 15:03:52 2025 +0000 Fix test --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 5a9c934f2e..bb6755e94b 100644 --- a/build.xml +++ b/build.xml @@ -2691,7 +2691,7 @@ To skip building the Windows installer, set the skip.installer property in build </exec> </target> - <target name="-installer-makensis" if="${nsis.executable.unix}"> + <target name="-installer-makensis" if="nsis.executable.unix"> <echo message="Using makensis: ${nsis.executable.unix}"/> <exec dir="${tomcat.dist}" executable="${nsis.executable.unix}" osfamily="unix"> <arg value="-DNSISDIR=${nsis.bin.home}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org