Searched refs:build_exit (Results 1 – 1 of 1) sorted by relevance
916 build_exit="$?"917 echo "build exit status: $build_exit" 1>&2918 if [ "$build_exit" = '0' ]; then942 build_exit="$?"943 if [ "$build_exit" = '0' ]; then956 err_echo "build exit status: $build_exit"961 build_exit="$?"962 if [ "$build_exit" '!=' '0' ]; then964 echo "build exit status: $build_exit" >>"$output"976 build_exit="$?"[all …]