aboutsummaryrefslogtreecommitdiff
path: root/cbt
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-09 01:48:09 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-09 01:48:09 -0500
commitb408b441569dc165f4d41b048ff64253695a491d (patch)
tree8ac98cf412825721528cb0c249b3fac74273e223 /cbt
parenta5a8515c22a7b434a0da34de48caafbef7e5ee8e (diff)
downloadcbt-b408b441569dc165f4d41b048ff64253695a491d.tar.gz
cbt-b408b441569dc165f4d41b048ff64253695a491d.tar.bz2
cbt-b408b441569dc165f4d41b048ff64253695a491d.zip
Add feature for starting the Scala REPL in arbitrary versions, propagate logger as implicits
Diffstat (limited to 'cbt')
-rwxr-xr-xcbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbt b/cbt
index 09f8d96..24933bc 100755
--- a/cbt
+++ b/cbt
@@ -192,7 +192,7 @@ stage1 () {
fi
log "run CBT and loop if desired. This allows recompiling CBT itself as part of compile looping." $*
- if [ "$1" = "admin" ]; then
+ if [ "$1" = "admin" ] || [ "$2" = "admin" ]; then
mainClass=cbt.AdminStage1
else
mainClass=cbt.Stage1