plotly / Kaleido

Fast static image export for web-based visualization libraries with zero dependencies
MIT License
378 stars 38 forks source link

fix: use /usr/bin/env to find bash #203

Closed ayjayt closed 3 months ago

ayjayt commented 3 months ago

Default bash on MacOS is 3., but these scripts need 5., so this PR changes the #! line in these shell scripts to use /usr/bin/env bash to find and run bash instead of using /bin/bash, which allows users to install a more recent version of bash and have it picked up.

from @gvwilson , here we're not merging into master

ayjayt commented 3 months ago

same PR @gvwilson just onto the dev branch not onto master, otherwise we pull in all the commits

ayjayt commented 3 months ago

its fine, its done

gvwilson commented 3 months ago

thank you