Closed stone closed 5 years ago
There are some "bashisms" used, like "declare" and some bash arrays so I suggest to change the hash-bang to /bin/bash instead of /bin/sh.
I'd go for just changing the shebang to /bin/bash, if that's ok with you?
/bin/bash
fixed by 3f19d2d
There are some "bashisms" used, like "declare" and some bash arrays so I suggest to change the hash-bang to /bin/bash instead of /bin/sh.