mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Fix quotes in sbt.bat
This commit is contained in:
@@ -166,7 +166,7 @@ if /I "%JAVA_VERSION%" GEQ "1.8" (
|
|||||||
REM echo %PRELOAD_SBT_JAR%
|
REM echo %PRELOAD_SBT_JAR%
|
||||||
if not exist %PRELOAD_SBT_JAR% (
|
if not exist %PRELOAD_SBT_JAR% (
|
||||||
if exist "%SBT_HOME%\..\lib\local-preloaded\" (
|
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
|
robocopy "%SBT_HOME%\..\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user