Searched refs:COMPARE_EXCEPTIONS_INCLUDE (Results 1 - 2 of 2) sorted by relevance

/openjdk9/common/bin/
H A Dcompare_exceptions.sh.incl30 if [ -z "$COMPARE_EXCEPTIONS_INCLUDE" ]; then
H A Dcompare.sh59 COMPARE_EXCEPTIONS_INCLUDE="$SRC_ROOT/common/bin/compare_exceptions.sh.incl"
60 if [ ! -e "$COMPARE_EXCEPTIONS_INCLUDE" ]; then
61 echo "Error: Cannot locate the exceptions file, it should have been here: $COMPARE_EXCEPTIONS_INCLUDE"
65 . "$COMPARE_EXCEPTIONS_INCLUDE"

Completed in 77 milliseconds