Clean up error handling to make things slightly friendlier on an initial install.
[cfb.git] / cov.sh
diff --git a/cov.sh b/cov.sh
index fd41983eb304aaa033167b65e7860aa89ec01ddc..e442016c4d6157434ce450ea3c833123570e40f7 100755 (executable)
--- a/cov.sh
+++ b/cov.sh
@@ -6,6 +6,8 @@ set -o errexit   ## (set -e) error exit if subcommand returns nonzero
 CFB_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 INSTR_DIR="${CFB_ROOT}/../instr"
 
+. ${CFB_ROOT}/setcp.sh
+
 #####################
 echo Compiling...
 find "${CFB_ROOT}/prod" -name "*.java" | xargs javac -g -Xlint:deprecation