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

In openEMS.sh $@ should be in quotes #77

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

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

exec $openEMS_PATH/openEMS "$@"

Otherwise it messes up arguments with spaces.

thliebig commented 3 years ago

I agree, can you create a pull request with a fix?

yurivict commented 3 years ago

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