From: Neal Norwitz Date: Fri, 1 Jun 2007 04:56:47 +0000 (+0000) Subject: Mail if there is an installation failure. X-Git-Tag: v2.6a1~1667 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19a7daa50749d9e5e013daf87b064afa4b354729;p=python Mail if there is an installation failure. --- diff --git a/Misc/build.sh b/Misc/build.sh index 94950ffd87..e36a88c9f9 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -166,6 +166,7 @@ if [ $err = 0 -a "$BUILD_DISABLED" != "yes" ]; then start=`current_time` make install >& build/$F update_status "Installing" "$F" $start + mail_on_failure "install" build/$F if [ ! -x $PYTHON ]; then ln -s ${PYTHON}2.* $PYTHON