-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function
Milestone
Description
Matthias Bünger opened MWRAPPER-159 and commented
The GHAction step "Shellcheck: POSIX conformity / shellcheck" build of Maven Wrapper fails with the following message:
/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.
Mentioned lines are all wget or curl lines.
Example failed run:
https://github.com/apache/maven-wrapper/actions/runs/13271112280/job/37115462259?pr=163
Affects: 3.3.3
Remote Links:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function