NOAA-GFDL / SHiELD_build

Other
7 stars 17 forks source link

pushd in /bin/sh does not work #6

Closed thomas-robinson closed 2 years ago

thomas-robinson commented 2 years ago

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.

laurenchilutti commented 2 years ago

Resolved by PR #12