[
https://issues.apache.org/jira/browse/ARTEMIS-4638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17815348#comment-17815348
]
ASF subversion and git services commented on ARTEMIS-4638:
----------------------------------------------------------
Commit 04b5585d662b90543aff91c4e904ba7a673ae1e3 in activemq-artemis's branch
refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=04b5585d66 ]
ARTEMIS-4638 fix bashism in install validation script
> Remove bashism from install validation script
> ---------------------------------------------
>
> Key: ARTEMIS-4638
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4638
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{validate-instalation.sh}} script in
> {{artemis-distribution/src/test/scripts/validate-instalation.sh}} specifies
> this shebang:
> {noformat}
> #!/usr/bin/env sh{noformat}
> However, it also uses the {{[[}} bashism which makes it fail on Debian based
> distributions (e.g. Ubuntu) since those distributions use
> [dash|https://en.wikipedia.org/wiki/Almquist_shell#dash] by default rather
> than bash.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)