diff --git a/astronaut/astronaut b/astronaut/astronaut index 9883787..d8a0f9a 100755 --- a/astronaut/astronaut +++ b/astronaut/astronaut @@ -295,7 +295,7 @@ header_end() { :; } if [ "$_vcs_only" = true ]; then header_end() { if [ "$vcs_compile" = false ]; then - exit 57 + exit fi } fi @@ -366,12 +366,5 @@ for _satellite in "$@"; do _astronaut_wrapper_post fi - ) || ( - _exit="$?" - if [ "$_vcs_only" = true -a "$vcs_compile" = false -a "$_exit" = 57 ]; then - continue - else - exit "$_exit" - fi ) done