From ff638e36bca4d1c57f10701eb6c6423bb425beb4 Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Sun, 25 Oct 2020 17:10:55 -0700 Subject: [PATCH] Set sbt script parameter for sbt.bat This brings parity with the bash script. --- src/universal/bin/sbt.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/src/universal/bin/sbt.bat b/src/universal/bin/sbt.bat index 9a65ed3a1..33d0d8b4c 100755 --- a/src/universal/bin/sbt.bat +++ b/src/universal/bin/sbt.bat @@ -646,6 +646,7 @@ if defined sbt_args_verbose ( if not "%~1" == "" ( call :echolist %* ) set "SBT_ARGS=-v !SBT_ARGS!" ) +set "SBT_ARGS=--sbt-script=!SBT_BIN_DIR!sbt.bat %SBT_ARGS%" rem Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) is required rem https://www.microsoft.com/en-us/download/details.aspx?id=13523