From 23f89dd9e45cc3ba7106af79307f8c493fa28993 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Thu, 14 Jan 2010 16:10:18 +0000 Subject: Fixed #2889. No review necessary. --- src/compiler/scala/tools/nsc/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler') 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)) } } } -- cgit v1.2.3