From 19a7daa50749d9e5e013daf87b064afa4b354729 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 1 Jun 2007 04:56:47 +0000 Subject: [PATCH] Mail if there is an installation failure. --- Misc/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/build.sh b/Misc/build.sh index 94950ffd871..e36a88c9f95 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