aboutsummaryrefslogtreecommitdiff
path: root/stage2
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-06-17 12:58:46 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-06-17 13:00:44 -0400
commit5639f40153a45c248a5b02b235164b21b9a818f7 (patch)
treede865f3cd90c13a36d8731449f5cf609680db0c5 /stage2
parent104e3964ea6ff39e74d8abd96eeddc33c9422ce8 (diff)
downloadcbt-5639f40153a45c248a5b02b235164b21b9a818f7.tar.gz
cbt-5639f40153a45c248a5b02b235164b21b9a818f7.tar.bz2
cbt-5639f40153a45c248a5b02b235164b21b9a818f7.zip
fix recursive and make cbt package jars
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 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 = {