aboutsummaryrefslogtreecommitdiff
path: root/stage2/Lib.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-11 23:28:02 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-11 23:28:02 -0500
commit55fff670befc97a871cf0f85c65764e108f3d3c1 (patch)
tree32ad95e2684481c47b9ed4bbbc057d8f58280372 /stage2/Lib.scala
parent958e50e5e2f8bc5447071554ad32ef47be1c33ad (diff)
downloadcbt-55fff670befc97a871cf0f85c65764e108f3d3c1.tar.gz
cbt-55fff670befc97a871cf0f85c65764e108f3d3c1.tar.bz2
cbt-55fff670befc97a871cf0f85c65764e108f3d3c1.zip
minor refactorings
Diffstat (limited to 'stage2/Lib.scala')
-rw-r--r--stage2/Lib.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage2/Lib.scala b/stage2/Lib.scala
index 7b07d06..e87a19d 100644
--- a/stage2/Lib.scala
+++ b/stage2/Lib.scala
@@ -192,7 +192,7 @@ final class Lib(logger: Logger) extends Stage1Lib(logger) with Scaffold{
}
System.err.println(usage)
taskName.foreach{ _ =>
- System.exit(1)
+ ExitCode.Failure
}
}
}