sh doesn't like Fredrik's latest change: +# Verify that there are no locks on the repositories..... +if ! sh ./make/scripts/verifyforest.sh; then + exit 1 +fi get_source.sh: !: not found The above appears to be bash syntax not sh. David