mirror of https://github.com/sbt/sbt.git
Update src/universal/bin/sbt.bat
Co-Authored-By: Eric Peters <eric@peters.org>
This commit is contained in:
parent
00e5224fde
commit
7d7e01015f
|
|
@ -380,7 +380,7 @@ if /I "%~0" == "new" (
|
|||
)
|
||||
)
|
||||
|
||||
if /I "%g:~0,2%" == "-D" (
|
||||
if "%g:~0,2%" == "-D" (
|
||||
rem special handling for -D since '=' gets parsed away
|
||||
echo "%g%" | find "=" > null
|
||||
if ERRORLEVEL 1 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue