summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-27 09:41:36 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-27 09:41:36 +0000
commit0d5b23d16b32df50a20f1083e15b46c16736e02b (patch)
tree8fd46d5df18064b645679385844f62a1acd9204c /baserock-bootstrap
parentf0b39ead6b947220296b55f774c50f986d447189 (diff)
downloadmorph-0d5b23d16b32df50a20f1083e15b46c16736e02b.tar.gz
bootstrap script: remove exit 1 if it succeeded
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap1
1 files changed, 0 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 6937049e..282c7f85 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -1133,7 +1133,6 @@ case "$buildwhat" in
pass3_remove_tools
pass3_get_sources_with_morph_in_chroot
pass3_build_with_morph_in_chroot
- exit 1
;;
*) echo "Usage! (sorry, I'm unhelpful)" 1>&2
exit 1