thliebig / openEMS

openEMS is a free and open-source electromagnetic field solver using the EC-FDTD method.
http://openEMS.de
GNU General Public License v3.0
427 stars 150 forks source link

Please use sh instead of bash #79

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

This line https://github.com/thliebig/openEMS/blob/master/openEMS.sh#L1 should be replaced with

#!/bin/sh

because Bash is an extra-dependency on systems which don't have Bash installed by default (ex. *BSD).

thliebig commented 3 years ago

Sounds like a wired setup to have, but okay, please create a pull request, maybe together with #77

yurivict commented 3 years ago

https://github.com/thliebig/openEMS/pull/80