SeismicData / pyasdf

Python Interface to ASDF based on ObsPy
http://seismicdata.github.io/pyasdf/
BSD 3-Clause "New" or "Revised" License
52 stars 30 forks source link

Use bash executable instead of sh #58

Closed zlatanvasovic closed 4 years ago

zlatanvasovic commented 4 years ago

#!/bin/bash should always be used over #!/bin/sh, some reasons provided here.

krischer commented 4 years ago

I'm not sure I agree with the general reasoning in the SO thread and the conclusion to always use bash but in this particular case it is definitely more correct as the script is also invoked using bash in the main travis config file.

Thanks a bunch!