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