diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-03 19:57:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-03 19:57:26 (GMT) |
commit | 0c8f6643c6eb0de2c4f3fdab86787ebc5e0b3f81 (patch) | |
tree | a22130afae8fa8ac4a192bc53304afa79df3940b /Doc | |
parent | 42119e49a99d5257409b2d986d602811b326d7d7 (diff) | |
download | cpython-0c8f6643c6eb0de2c4f3fdab86787ebc5e0b3f81.zip cpython-0c8f6643c6eb0de2c4f3fdab86787ebc5e0b3f81.tar.gz cpython-0c8f6643c6eb0de2c4f3fdab86787ebc5e0b3f81.tar.bz2 |
Remove debugging "set -x".
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/push-docs.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index 1a28cb4..0703d11 100755 --- a/Doc/tools/push-docs.sh +++ b/Doc/tools/push-docs.sh @@ -7,9 +7,6 @@ TARGET=python.sourceforge.net:/home/users/fdrake/tmp ADDRESSES='python-dev@python.org doc-sig@python.org python-list@python.org' - -set -x - EXPLANATION='' if [ "$1" = '-m' ] ; then |