remove unnecessary /I

This commit is contained in:
Eugene Yokota 2019-10-16 12:00:47 -04:00
parent 3953c80c73
commit 689fdd682a
1 changed files with 2 additions and 2 deletions

View File

@ -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)