Closed mvgijssel closed 3 years ago
Hi @mvgijssel !
Sorry, I've only just come across your PR now. I'll patch your changes into my rewrite (#86) and add you as a co-author for that patch 🙂
Thanks for this 💯
Hi again! I've merged #86 so this should be working for you now :) thanks again for your patches! Please let us know if it's still not working as you'd expect
Thanks for picking this up! Will let you know if I run into any problems :)
The version of bash that comes with Macos 11.4 is ancient, 3.2, there I've installed a newer version using Homebrew which is available in my path, therefore changes the shebangs to use
/usr/bin/env
to locate the newer bash version.Also updated the find method when searching for a binary in a Terraform provider to return the first executable file. This helps if the provider archive also contains other files like a README.