diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2009-01-05 03:57:25 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2009-01-05 03:57:25 (GMT) |
commit | f99b0110a8b54524b6701a09b44d2eb149581385 (patch) | |
tree | b3a3a002b112a8c242884dd3662456006016e4a3 /Misc | |
parent | e87a28cd0ae5bff3cfb85a19c73bf94ef52acebe (diff) | |
download | cpython-f99b0110a8b54524b6701a09b44d2eb149581385.zip cpython-f99b0110a8b54524b6701a09b44d2eb149581385.tar.gz cpython-f99b0110a8b54524b6701a09b44d2eb149581385.tar.bz2 |
Make sure to checkout any new packages
Diffstat (limited to 'Misc')
-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 8a15b0d..2c09fbb 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -266,7 +266,7 @@ if [ $conflict_count != 0 ]; then echo "Conflict detected in $CONFLICTED_FILE. Doc build skipped." > ../build/$F err=1 else - make update html >& ../build/$F + make checkout update html >& ../build/$F err=$? fi update_status "Making doc" "$F" $start |