diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-27 04:23:06 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-27 04:23:06 (GMT) |
commit | 1da7384e34f7a1887ecbbe03ebf06a0b58eb872b (patch) | |
tree | 4594325ac40e90cf2999f227dbae2dafcca5e067 /Misc | |
parent | 3b6b80159e89efb85aa55ec98a658fd3c6fec3f7 (diff) | |
download | cpython-1da7384e34f7a1887ecbbe03ebf06a0b58eb872b.zip cpython-1da7384e34f7a1887ecbbe03ebf06a0b58eb872b.tar.gz cpython-1da7384e34f7a1887ecbbe03ebf06a0b58eb872b.tar.bz2 |
Test unimportant change to verify buildbot does not try to build
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index 938ba94..9fb728a 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -220,4 +220,3 @@ echo "</html>" >> $RESULT_FILE rsync $RSYNC_OPTS html/* $REMOTE_SYSTEM:$REMOTE_DIR cd ../build rsync $RSYNC_OPTS index.html *.out $REMOTE_SYSTEM:$REMOTE_DIR/results/ - |