fix: recursive copying needs "/E" option

This commit is contained in:
tksk 2017-04-28 02:27:48 +09:00
parent ef8011df0d
commit fb30f81f89
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if /I "%JAVA_VERSION%" GEQ "1.8" (
if not exist %PRELOAD_SBT_JAR% (
if exist "%SBT_HOME%\..\lib\local-preloaded\" (
echo 'about to robocopy'
robocopy "%SBT_HOME%\..\lib\local-preloaded\" "%UserProfile%\.sbt\preloaded"
robocopy "%SBT_HOME%\..\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E
)
)
)