Skip to content

Commit c14c5b0

Browse files
committed
Merge branch 'sbt-build' of github.com:gkossakowski/scala into sbt-build
2 parents 5394840 + 5b229a5 commit c14c5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ lazy val generateVersionPropertiesFileImpl: Def.Initialize[Task[File]] = Def.tas
270270
def executeTool(tool: String) = {
271271
val cmd =
272272
if (System.getProperty("os.name").toLowerCase.contains("windows"))
273-
s"cmd.exe /c tools\$tool.bat -p"
273+
s"cmd.exe /c tools\\$tool.bat -p"
274274
else s"tools/$tool"
275275
Process(cmd).lines.head
276276
}

0 commit comments

Comments
 (0)