mdnbuildtest.sh revision 04bdb234571448ed6194e1d4048e6512f2446f1c
# XXXDCL This is currently much too specific to the environment in which
# is essentially just a copy of the commands I used to test building of
# the mdnkit contributed source, and needs to be better generalized.
# Directory was prepared with:
# cvs export -r {tag} bind9
# cd bind9
set +e
set -e
$cmd >&2
exit 1
fi
cd $mdn
cd ../../..
set +e
set -e
exit 0