From: Neal Norwitz Date: Tue, 3 Jan 2006 02:18:01 +0000 (+0000) Subject: Dammit, who the hell spells build with ii? X-Git-Tag: v2.5a0~909 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02c408d580a4377fc936aaacf386e682129a6a23;p=python Dammit, who the hell spells build with ii? Thanks to Tony Meyer for spotting my boo-boo. --- diff --git a/Misc/build.sh b/Misc/build.sh index 8db5529215..f9d8f653b3 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -143,7 +143,7 @@ if [ $err = 0 ]; then NUM_FAILURES=`grep -ic fail build/$F` update_status "Testing basics ($NUM_FAILURES failures)" "$F" $start ## FIXME: should mail since -uall below should find same problems - mail_on_failure "basics" buiild/$F + mail_on_failure "basics" build/$F ## run the tests looking for leaks F=make-test-refleak.out