We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c954a5 commit e91bccdCopy full SHA for e91bccd
compiler/src/dotty/tools/dotc/config/Properties.scala
@@ -119,8 +119,8 @@ trait PropertiesTrait {
119
def jdkHome = envOrElse("JDK_HOME", envOrElse("JAVA_HOME", javaHome))
120
121
def versionMsg = "Scala %s %s -- %s".format(propCategory, versionString, copyrightString)
122
- def scalaCmd = if (isWin) "scala.bat" else "scala"
123
- def scalacCmd = if (isWin) "scalac.bat" else "scalac"
+ def scalaCmd = if (isWin) "dotr.bat" else "dotr"
+ def scalacCmd = if (isWin) "dotc.bat" else "dotc"
124
125
/** Can the java version be determined to be at least as high as the argument?
126
* Hard to properly future proof this but at the rate 1.7 is going we can leave
0 commit comments