Drop quotes in bat script

This commit is contained in:
Dale Wijnand 2017-12-13 23:22:39 +00:00 committed by GitHub
parent 7d70f0966c
commit 6dbf7eb527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ val root = (project in file(".")).
val x = IO.read(k)
IO.write(t / "sbt.bat", x.replaceAllLiterally(
"set INIT_SBT_VERSION=_TO_BE_REPLACED",
s"""set INIT_SBT_VERSION="$sbtVersionToRelease""""))
s"""set INIT_SBT_VERSION=$sbtVersionToRelease"""))
(t / "sbt.bat", BinBat)
case (k, v) => (k, v)
}