Update src/universal/bin/sbt.bat

Co-Authored-By: Eric Peters <eric@peters.org>
This commit is contained in:
eugene yokota 2019-10-16 11:54:22 -04:00 committed by GitHub
parent 00e5224fde
commit 7d7e01015f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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