8188185: Windows build fails in configure after fix for JDK-8188136
authortbell
Sat, 30 Sep 2017 22:49:05 -0700
changeset 47295 565363232665
parent 47294 7d67bb6b0599
child 47296 f83c45751d58
8188185: Windows build fails in configure after fix for JDK-8188136 Reviewed-by: darcy
bin/jib.sh
--- a/bin/jib.sh	Fri Sep 29 11:33:08 2017 -0700
+++ b/bin/jib.sh	Sat Sep 30 22:49:05 2017 -0700
@@ -146,9 +146,4 @@
     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} "$@"