aboutsummaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
authorMatt Farmer <matt@frmr.me>2016-03-12 12:27:37 -0500
committerMatt Farmer <matt@frmr.me>2016-03-12 12:27:37 -0500
commit97ddcbccb427354ddf0fe5cd7758994e74d710f1 (patch)
treec9d214b7761ca523757918abe73308cbce556591 /stage2
parent8def7c75ad28d619d9aaea4eabf1213560d5b746 (diff)
downloadcbt-97ddcbccb427354ddf0fe5cd7758994e74d710f1.tar.gz
cbt-97ddcbccb427354ddf0fe5cd7758994e74d710f1.tar.bz2
cbt-97ddcbccb427354ddf0fe5cd7758994e74d710f1.zip
Clean up some of the zinc invocation.
Diffstat (limited to 'stage2')
-rw-r--r--stage2/BasicBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala
index 47b1233..e82eeb4 100644
--- a/stage2/BasicBuild.scala
+++ b/stage2/BasicBuild.scala
@@ -145,7 +145,7 @@ class Build(val context: Context) extends Dependency with TriggerLoop{
}
def runClass: String = "Main"
- def run: ExitCode = lib.runMainIfFound( runClass, context.args, classLoader )
+ def run: ExitCode = lib.runMainIfFound( runClass, context.args, classLoader )
def test: ExitCode = lib.test(context)