aboutsummaryrefslogtreecommitdiff
path: root/stage1
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-12 20:51:06 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-19 21:04:52 -0400
commitee7737c5648708bd841c1ef41c277a7324fd46da (patch)
tree485f181381607e28eed3bf47d373d62e2bb3acc4 /stage1
parent16b02cf34078113c833225297b686752aa26b407 (diff)
downloadcbt-ee7737c5648708bd841c1ef41c277a7324fd46da.tar.gz
cbt-ee7737c5648708bd841c1ef41c277a7324fd46da.tar.bz2
cbt-ee7737c5648708bd841c1ef41c277a7324fd46da.zip
Separate CheckAlive
Diffstat (limited to 'stage1')
-rw-r--r--stage1/CheckAlive.scala7
-rw-r--r--stage1/Stage1.scala6
2 files changed, 7 insertions, 6 deletions
diff --git a/stage1/CheckAlive.scala b/stage1/CheckAlive.scala
new file mode 100644
index 0000000..e2a21a5
--- /dev/null
+++ b/stage1/CheckAlive.scala
@@ -0,0 +1,7 @@
+package cbt
+
+object CheckAlive{
+ def main(args: Array[String]): Unit = {
+ System.exit(33)
+ }
+}
diff --git a/stage1/Stage1.scala b/stage1/Stage1.scala
index 937d9b3..417920c 100644
--- a/stage1/Stage1.scala
+++ b/stage1/Stage1.scala
@@ -8,12 +8,6 @@ import scala.collection.JavaConverters._
import paths._
-object CheckAlive{
- def main(args: Array[String]): Unit = {
- System.exit(33)
- }
-}
-
class Init(args: Array[String]) {
/**
* Raw parameters including their `-D` flag.