summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */