We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c66edcc + e0cf651 commit d4de6f4Copy full SHA for d4de6f4
src/compiler/scala/tools/nsc/CompileSocket.scala
@@ -72,7 +72,7 @@ class CompileSocket extends CompileOutputCommon {
72
/** A temporary directory to use */
73
val tmpDir = {
74
val udir = Option(Properties.userName) getOrElse "shared"
75
- val f = (Path(Properties.tmpDir) / "scala-devel" / udir).createDirectory()
+ val f = (Path(Properties.tmpDir) / ("scala-devel" + udir)).createDirectory()
76
77
if (f.isDirectory && f.canWrite) {
78
info("[Temp directory: " + f + "]")
0 commit comments