NOAA-GFDL/SHiELD_build

pushd in /bin/sh does not work

Closed this issue · 1 comments

The script Build/mk_scripts/MAKE_libFMS has the shebang #!/bin/sh and fails because of the use of pushd which is not native to posix shell. The other scripts in this directory are using #!/bin/bash, so this shebang in Build/mk_scripts/MAKE_libFMS should be updated.

Resolved by PR #12