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