summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-14 18:47:27 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-14 18:47:27 +0000
commit8d994c4d4e24af50598213c5154221ebdd080b7a (patch)
treecd17c040cde4f045b578a7a171d68ba2624a845d /baserock-bootstrap
parentf898121ceac5adb05702259410998d9d5e32367d (diff)
downloadmorph-8d994c4d4e24af50598213c5154221ebdd080b7a.tar.gz
Add missing case terminator
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index c1fc1df7..3a1fbf83 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -949,6 +949,7 @@ case "$buildwhat" in
pass3)
echo "Pass3 not yet implemented, sorry" 1>&2
exit 1
+ ;;
*) echo "Usage! (sorry, I'm unhelpful)" 1>&2
exit 1
;;