Skip to content

Conversation

@tpatrascu
Copy link

You are using /bin/sh to run your script, some systems, including debian/ubuntu based use dash as the /bin/sh executable, which is strictly compatible with the ash shell. You are using bash arrays in the script and should be using /bin/bash as the shell to run the script.

@jacquexgithub jacquexgithub merged commit e4228b3 into jacquexgithub:master Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants