8188185: Windows build fails in configure after fix for JDK-8188136

Reviewed-by: darcy
This commit is contained in:
Tim Bell 2017-09-30 22:49:05 -07:00
parent 5d986605ca
commit 3b0751d797

View File

@ -146,9 +146,4 @@ elif [ ! -e "${install_data}" ] || [ "${data_string}" != "$(cat "${install_data}
install_jib
fi
# Provide a reasonable default for the --src-dir parameter if run out of tree
if [ -z "${JIB_SRC_DIR}" ]; then
export JIB_SRC_DIR="${mydir}/../"
fi
${installed_jib_script} "$@"