Skip to content

Commit

Permalink
Merge pull request sbt#220 from ForNeVeR/feature/quotes
Browse files Browse the repository at this point in the history
Fix quotes in sbt.bat
  • Loading branch information
dwijnand authored Feb 19, 2018
2 parents 35072a6 + 3019b94 commit 311bb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/universal/bin/sbt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
)
Expand Down

0 comments on commit 311bb70

Please sign in to comment.