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-native.git
The following commit(s) were added to refs/heads/main by this push:
new 265fe888e Remove more trailing space
265fe888e is described below
commit 265fe888e1bcb68ca2b73216288d1be3aa0db392
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 5 10:43:40 2026 +0000
Remove more trailing space
---
.github/workflows/makefile.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index d10ae2126..f7b6d38f0 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -62,7 +62,7 @@ jobs:
curl -L -o apr.zip
https://github.com/apache/apr/archive/refs/tags/$env:APR_VERSION.zip
Expand-Archive apr.zip
cd apr\apr-$env:APR_VERSION
- (Get-Content .\include\apr.hw).Replace('0x0501', '0x0600') |
Set-Content .\include\apr.hw
+ (Get-Content .\include\apr.hw).Replace('0x0501', '0x0600') |
Set-Content .\include\apr.hw
- name: Build apr using Nmake
shell: cmd
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]