mirror of https://github.com/sbt/sbt.git
Merge pull request #220 from ForNeVeR/feature/quotes
Fix quotes in sbt.bat
This commit is contained in:
commit
311bb7022c
|
|
@ -166,7 +166,7 @@ if /I "%JAVA_VERSION%" GEQ "1.8" (
|
|||
REM echo %PRELOAD_SBT_JAR%
|
||||
if not exist %PRELOAD_SBT_JAR% (
|
||||
if exist "%SBT_HOME%\..\lib\local-preloaded\" (
|
||||
echo 'about to robocopy'
|
||||
echo "about to robocopy"
|
||||
robocopy "%SBT_HOME%\..\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue