open-nomad/scripts
Jake Champlin f40371963b Allow compilation on BSD
BSD Make uses `$.CURDIR` instead of `$CURDIR`. BSD and GNU share `$PWD`
though, so it works as a drop in replacement.

Also update scripts in `scripts/` to call `/usr/bin/env` in the shebang,
as BSD places `bash` at `/usr/local/bin/bash` instead of `/bin/bash`
2016-01-27 20:37:29 -05:00
..
build.sh Allow compilation on BSD 2016-01-27 20:37:29 -05:00
deps.sh Allow compilation on BSD 2016-01-27 20:37:29 -05:00
dist.sh Allow compilation on BSD 2016-01-27 20:37:29 -05:00
test.sh Fix a bunch of tests 2016-01-20 16:03:53 -08:00