This is an automated email from the ASF dual-hosted git repository.
rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 7dec0a578 msiexec in git bash seems to need double slashes
7dec0a578 is described below
commit 7dec0a578f0908a3c6a340ccb5ab257751c30ffd
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 20:16:03 2026 +0200
msiexec in git bash seems to need double slashes
---
.github/workflows/makefile-isapi-win.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/makefile-isapi-win.yml
b/.github/workflows/makefile-isapi-win.yml
index 9916ab320..fa78ffdfc 100644
--- a/.github/workflows/makefile-isapi-win.yml
+++ b/.github/workflows/makefile-isapi-win.yml
@@ -24,7 +24,7 @@ jobs:
shell: bash
run: |
curl -L -o perl.msi
https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_54021_64bit_UCRT/strawberry-perl-5.40.2.1-64bit.msi
- msiexec.exe /q /i perl.msi
+ msiexec.exe //q //i perl.msi
- name: Build using Nmake
shell: cmd
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]