Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The validate-instalation.sh script in artemis-distribution/src/test/scripts/validate-instalation.sh specifies this shebang:
#!/usr/bin/env sh
However, it also uses the [[ bashism which makes it fail on Debian based distributions (e.g. Ubuntu) since those distributions use dash by default rather than bash.
Attachments
Issue Links
- links to