summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-10-26 17:08:23 +0000
committerPaul Phillips <paulp@improving.org>2009-10-26 17:08:23 +0000
commit180c140953263e11b3656652d6a2ac22c5c327d6 (patch)
treedfb1431cf5315d63dfa42d1b4cf0406f4a7540f8 /src/compiler/scala/tools/nsc/GenericRunnerCommand.scala
parent926ca95a9c21d45df6706384fe25c41408fb45f6 (diff)
downloadscala-180c140953263e11b3656652d6a2ac22c5c327d6.tar.gz
scala-180c140953263e11b3656652d6a2ac22c5c327d6.tar.bz2
scala-180c140953263e11b3656652d6a2ac22c5c327d6.zip
Fix for #2528.
Diffstat (limited to 'src/compiler/scala/tools/nsc/GenericRunnerCommand.scala')
-rw-r--r--src/compiler/scala/tools/nsc/GenericRunnerCommand.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala b/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala
index 5c0f9c6d62..bde623b5d7 100644
--- a/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala
+++ b/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala
@@ -21,6 +21,7 @@ extends CompilerCommand(allargs, settings, error, false, false)
this(allargs, str => Console.println("Error: " + str))
/** name of the associated compiler command */
+ override val cmdName = "scala"
val compCmdName = "scalac"
/** What to run. If it is None, then the interpreter should be started */