From 4e5e3fbb29eedf74396df0710b764e7f527e2306 Mon Sep 17 00:00:00 2001 From: Eric Peters Date: Fri, 19 Jun 2020 08:07:48 -0700 Subject: [PATCH] Make robocopy output silent in sbt.bat to match bash bootstrap copy output --- src/universal/bin/sbt.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal/bin/sbt.bat b/src/universal/bin/sbt.bat index 58707d340..2f09cfdd6 100755 --- a/src/universal/bin/sbt.bat +++ b/src/universal/bin/sbt.bat @@ -819,7 +819,7 @@ if /I !JAVA_VERSION! GEQ 8 ( if %ERRORLEVEL% EQU 0 ( if not exist !PRELOAD_SBT_JAR! ( if exist "!SBT_HOME!\lib\local-preloaded\" ( - robocopy "!SBT_HOME!\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E + robocopy "!SBT_HOME!\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E >nul 2>nul ) ) )