You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Marwell (Jira)" <ji...@apache.org> on 2023/01/05 19:07:00 UTC

[jira] [Updated] (MWRAPPER-88) mvnw is not POSIX compatible

     [ https://issues.apache.org/jira/browse/MWRAPPER-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Marwell updated MWRAPPER-88:
-------------------------------------
    Description: 
* POSIX scripts should not use bash-specific features
 * Fix suggestions from shellcheck ([https://github.com/apache/maven-wrapper/pull/74])

  was:
* POSIX scripts should not use bash-specific features
 * the location of sh is NOT /bin/sh. Instead use /usr/bin/env sh.
 * Fix suggestions from shellcheck (https://github.com/apache/maven-wrapper/pull/74)


> mvnw is not POSIX compatible
> ----------------------------
>
>                 Key: MWRAPPER-88
>                 URL: https://issues.apache.org/jira/browse/MWRAPPER-88
>             Project: Maven Wrapper
>          Issue Type: Bug
>          Components: Maven Wrapper Scripts
>    Affects Versions: 3.1.1
>            Reporter: Benjamin Marwell
>            Assignee: Benjamin Marwell
>            Priority: Major
>              Labels: posix
>
> * POSIX scripts should not use bash-specific features
>  * Fix suggestions from shellcheck ([https://github.com/apache/maven-wrapper/pull/74])



--
This message was sent by Atlassian Jira
(v8.20.10#820010)