summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2011-03-08 12:21:04 +0000
committerIulian Dragos <jaguarul@gmail.com>2011-03-08 12:21:04 +0000
commit6dfc61ab724ca949c3d48384fc51b960a3662158 (patch)
tree57dfd282f7f0c83a0198362b6e2ee44eaf963a9e
parentc29b455562dcefbb80186bd0920227ef52eabdfa (diff)
downloadscala-6dfc61ab724ca949c3d48384fc51b960a3662158.tar.gz
scala-6dfc61ab724ca949c3d48384fc51b960a3662158.tar.bz2
scala-6dfc61ab724ca949c3d48384fc51b960a3662158.zip
One more attempt at fixing the windows build.
-rw-r--r--src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala b/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala
index 2ff3223ed9..a5849865c5 100644
--- a/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala
+++ b/src/compiler/scala/tools/nsc/interactive/tests/InteractiveTest.scala
@@ -70,7 +70,7 @@ abstract class InteractiveTest {
def prepareSettings() {
import java.io.File._
def adjustPaths(paths: settings.PathSetting*) {
- for (p <- paths) p.value = p.value.map {
+ for (p <- paths if argsString.contains(p.name)) p.value = p.value.map {
case '/' => separatorChar
case ':' => pathSeparatorChar
case c => c