metacall / install

Cross-platform set of script to install MetaCall infrastructure.
https://metacall.io
Apache License 2.0
12 stars 12 forks source link

[FIX] Fixed difference in array implementation in POSIX sh and bash #9

Closed roysti10 closed 2 years ago

roysti10 commented 2 years ago

Description

While running the install script via the POSIX sh shell, a error is thrown as POSIX sh doesn't support arrays Fixed the error by just hardcoding the array values in the required places as it was not called more than once

The change works with both bash and sh

Type of change