[
https://issues.apache.org/jira/browse/ARTEMIS-4638?focusedWorklogId=903931&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-903931
]
ASF GitHub Bot logged work on ARTEMIS-4638:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Feb/24 17:59
Start Date: 06/Feb/24 17:59
Worklog Time Spent: 10m
Work Description: jbertram opened a new pull request, #4812:
URL: https://github.com/apache/activemq-artemis/pull/4812
(no comment)
Issue Time Tracking
-------------------
Worklog Id: (was: 903931)
Remaining Estimate: 0h
Time Spent: 10m
> 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: 10m
> 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)