From 180c140953263e11b3656652d6a2ac22c5c327d6 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Mon, 26 Oct 2009 17:08:23 +0000 Subject: Fix for #2528. --- src/compiler/scala/tools/nsc/GenericRunnerCommand.scala | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v1.2.3