diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-03 02:18:01 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-03 02:18:01 (GMT) |
commit | 02c408d580a4377fc936aaacf386e682129a6a23 (patch) | |
tree | 530aeadadea6e216c6c1549f7ea1fe96decbdfcb /Misc/build.sh | |
parent | 36cbdf9596646571542f62dcb1dd77ddfcfcb85b (diff) | |
download | cpython-02c408d580a4377fc936aaacf386e682129a6a23.zip cpython-02c408d580a4377fc936aaacf386e682129a6a23.tar.gz cpython-02c408d580a4377fc936aaacf386e682129a6a23.tar.bz2 |
Dammit, who the hell spells build with ii?
Thanks to Tony Meyer for spotting my boo-boo.
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-x | Misc/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index 8db5529..f9d8f65 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 |