aboutsummaryrefslogtreecommitdiff
path: root/cbt
diff options
context:
space:
mode:
Diffstat (limited to 'cbt')
-rwxr-xr-xcbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbt b/cbt
index aa92023..6b2242c 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