Fixes sbt/sbt#3005
This commit is contained in:
Eugene Yokota 2017-03-17 16:54:04 -04:00
parent 304dd726dc
commit 1ea1f5d52d
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ copyRt() {
vlog "[copyRt] java9_rt = '$java9_rt'"
if [[ ! -f "$java9_rt" ]]; then
echo Copying runtime jar.
mkdir "$java9_ext"
mkdir -p "$java9_ext"
execRunner "$java_cmd" \
${JAVA_OPTS} \
${SBT_OPTS:-$default_sbt_opts} \