From 5639f40153a45c248a5b02b235164b21b9a818f7 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sat, 17 Jun 2017 12:58:46 -0400 Subject: fix recursive and make cbt package jars --- stage2/BasicBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage2') diff --git a/stage2/BasicBuild.scala b/stage2/BasicBuild.scala index 3a9c958..66167b8 100644 --- a/stage2/BasicBuild.scala +++ b/stage2/BasicBuild.scala @@ -258,7 +258,7 @@ trait BaseBuild extends BuildInterface with DependencyImplementation with SbtDep } def recursive: ExitCode = { - recursiveUnsafe(context.args.lift(1)) + recursiveUnsafe(context.args.lift(0)) } def recursiveUnsafe(code: Option[String]): ExitCode = { -- cgit v1.2.3