Skip to content

Commit

Permalink
8188185: Windows build fails in configure after fix for JDK-8188136
Browse files Browse the repository at this point in the history
Reviewed-by: darcy
  • Loading branch information
tbell29552 committed Oct 1, 2017
1 parent 5d98660 commit 3b0751d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/jib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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} "$@"

0 comments on commit 3b0751d

Please sign in to comment.