Matthias Bünger created MWRAPPER-159:
----------------------------------------
Summary: GHA: Shellcheck: POSIX conformity / shellcheck fails
Key: MWRAPPER-159
URL: https://issues.apache.org/jira/browse/MWRAPPER-159
Project: Maven Wrapper
Issue Type: Bug
Affects Versions: 3.3.3
Reporter: Matthias Bünger
The GHAction step "Shellcheck: POSIX conformity / shellcheck" build of Maven
Wrapper fails with the following message:
{code}
/home/runner/work/maven-wrapper/maven-wrapper/maven-wrapper-distribution/src/resources/mvnw:244:12:
note: Double quote to prevent globbing and word splitting. [SC2086]
/home/runner/work/maven-wrapper/maven-wrapper/maven-wrapper-distribution/src/resources/mvnw:246:12:
note: Double quote to prevent globbing and word splitting. [SC2086]
/home/runner/work/maven-wrapper/maven-wrapper/maven-wrapper-distribution/src/resources/mvnw:252:12:
note: Double quote to prevent globbing and word splitting. [SC2086]
/home/runner/work/maven-wrapper/maven-wrapper/maven-wrapper-distribution/src/resources/mvnw:254:12:
note: Double quote to prevent globbing and word splitting. [SC2086]
Error: Process completed with exit code 1.
{code}
Mentioned lines are all {{wget}} or {{curl}} lines.
Example failed run:
https://github.com/apache/maven-wrapper/actions/runs/13271112280/job/37115462259?pr=163
--
This message was sent by Atlassian Jira
(v8.20.10#820010)