summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-03-22 13:45:32 +0000
committermichelou <michelou@epfl.ch>2006-03-22 13:45:32 +0000
commite5864c02f0b620ef80b9eabe0259c72fa2fcdd65 (patch)
tree0f23873e7cb281cf8c3bf23a1554f94ef10434c3
parent36e6a5a203cb7bd5c107ebe0bd14c5fe8d887109 (diff)
downloadscala-e5864c02f0b620ef80b9eabe0259c72fa2fcdd65.tar.gz
scala-e5864c02f0b620ef80b9eabe0259c72fa2fcdd65.tar.bz2
scala-e5864c02f0b620ef80b9eabe0259c72fa2fcdd65.zip
removed 'scala.class.path' from classpathDefaul...
removed 'scala.class.path' from classpathDefault in file Settings.scala
-rw-r--r--src/compiler/scala/tools/nsc/Settings.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/compiler/scala/tools/nsc/Settings.scala b/src/compiler/scala/tools/nsc/Settings.scala
index 97ca2dac6b..e717851b12 100644
--- a/src/compiler/scala/tools/nsc/Settings.scala
+++ b/src/compiler/scala/tools/nsc/Settings.scala
@@ -20,9 +20,7 @@ class Settings(error: String => unit) {
private val classpathDefault =
alternatePath(
getProperty("env.classpath"),
- alternatePath(
- getProperty("scala.class.path"),
- "."))
+ ".")
private val bootclasspathDefault =
alternatePath(