This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 115538a395 Fix unix line ends for helper shell script in src.tar.gz
115538a395 is described below
commit 115538a39505d7536fc08a0bbbcfbfe4ddd3b164
Author: Rainer Jung <[email protected]>
AuthorDate: Sat Nov 9 10:28:28 2024 +0100
Fix unix line ends for helper shell script in src.tar.gz
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index e7618de3dd..8c816f5d1f 100644
--- a/build.xml
+++ b/build.xml
@@ -3156,6 +3156,7 @@ Configured for ${release.asfusername} to release Tomcat
${version.major}.${versi
<include name="bin/*.sh" />
<include name=".travis/*.sh" />
<include name="res/graal/*.sh" />
+ <include name="res/openssl/*.sh" />
</fixcrlf>
<!-- Reproducible builds: consistent timestamps for distributed files -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]