From 689fdd682aa4708c843998eaed5462c25dc0820f Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 16 Oct 2019 12:00:47 -0400 Subject: [PATCH] remove unnecessary /I --- src/universal/bin/sbt.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/universal/bin/sbt.bat b/src/universal/bin/sbt.bat index 2fdeb2f43..a9fc1617e 100755 --- a/src/universal/bin/sbt.bat +++ b/src/universal/bin/sbt.bat @@ -374,7 +374,7 @@ if defined _java_home_arg ( ) ) -if /I "%~0" == "new" ( +if "%~0" == "new" ( if not defined SBT_ARGS ( set sbt_new=true ) @@ -554,7 +554,7 @@ if [%0] EQU [] goto echolist_end set "p=%0" rem special handling for -D since '=' gets parsed away -if /I "%p:~0,2%" == "-D" ( +if "%p:~0,2%" == "-D" ( rem if "-Dscala.ext.dirs" (replace all = with nothing) == "-Dscala.ext.dirs" rem (e.g. verify it doesn't have the = already)