Skip to content

Commit e91bccd

Browse files
committed
Refer to corrects scripts in help.
1 parent 0c954a5 commit e91bccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/config/Properties.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ trait PropertiesTrait {
119119
def jdkHome = envOrElse("JDK_HOME", envOrElse("JAVA_HOME", javaHome))
120120

121121
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"
122+
def scalaCmd = if (isWin) "dotr.bat" else "dotr"
123+
def scalacCmd = if (isWin) "dotc.bat" else "dotc"
124124

125125
/** Can the java version be determined to be at least as high as the argument?
126126
* Hard to properly future proof this but at the rate 1.7 is going we can leave

0 commit comments

Comments
 (0)