Skip to content

Commit 63e53b8

Browse files
author
Martijn Hoekstra
committed
better pathSeparator string
1 parent 0a7ecd8 commit 63e53b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ object Build {
453453
def findLib(attList: Seq[Attributed[File]], name: String) = attList
454454
.map(_.data.getAbsolutePath)
455455
.find(_.contains(name))
456-
.toList.mkString(java.io.File.pathSeparatorChar.toString)
456+
.toList.mkString(java.io.File.pathSeparator)
457457

458458
// Settings shared between dotty-compiler and dotty-compiler-bootstrapped
459459
lazy val commonDottyCompilerSettings = Seq(

0 commit comments

Comments
 (0)