Merge pull request #147 from sbt/wip/mkdir

mkdir -p
This commit is contained in:
Dale Wijnand 2017-03-17 21:46:42 +00:00 committed by GitHub
commit f760ef41fb
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} \