summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/Settings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/Settings.scala b/src/compiler/scala/tools/nsc/Settings.scala
index b039a9e90d..3bd8c98664 100644
--- a/src/compiler/scala/tools/nsc/Settings.scala
+++ b/src/compiler/scala/tools/nsc/Settings.scala
@@ -399,7 +399,7 @@ object Settings {
case None =>
(outputs filter (isBelow _).tuple) match {
case Nil => Nil
- case matches => matches.map(_._1.lookupPath(srcPath, false))
+ case matches => matches.map(_._1.lookupPathUnchecked(srcPath, false))
}
}
}