Searched refs:build_exit (Results 1 – 1 of 1) sorted by relevance
235 build_exit="$?"236 echo "build exit status: $build_exit" 1>&2237 if [ "$build_exit" = '0' ]; then248 build_exit="$?"249 if [ "$build_exit" = '0' ]; then256 echo "build exit status: $build_exit" 1>&2261 build_exit="$?"262 if [ "$build_exit" '!=' '0' ]; then264 echo "build exit status: $build_exit" >>"$output"276 build_exit="$?"[all …]