Bug in get_source.sh

David Holmes david.holmes at oracle.com
Mon Oct 15 00:44:35 PDT 2012


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



More information about the build-infra-dev mailing list