The install-oacs.sh script does not respect the build_dir and ns_install_dir variables set on the command line. Thus if I set non-default values for those when running install-ns.sh, install-oacs.sh breaks because it ignores the values I give for those variables. The fix is easy, just copy the one-line setup code for each variable from install-ns.sh.