summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/Properties.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/Properties.scala b/src/compiler/scala/tools/nsc/Properties.scala
index 7d89b3ceb9..2ec544b7e0 100644
--- a/src/compiler/scala/tools/nsc/Properties.scala
+++ b/src/compiler/scala/tools/nsc/Properties.scala
@@ -24,7 +24,7 @@ object Properties {
props
}
- private val isWin = System.getProperty("os.name") startsWith "Windows"
+ val isWin = System.getProperty("os.name") startsWith "Windows"
/** The version number of the jar this was loaded from, or
* "(unknown)" if it cannot be determined.