diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-09 16:33:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-09 16:33:34 (GMT) |
commit | 283b352d482fde9797f26355f057bc91e5482e52 (patch) | |
tree | ab04aec33ef40e76d4cb298cb7a338a2b5fea572 /Doc/tools/update-docs.sh | |
parent | e3e61049a5e9af000d0532810e22d808940871e7 (diff) | |
download | cpython-283b352d482fde9797f26355f057bc91e5482e52.zip cpython-283b352d482fde9797f26355f057bc91e5482e52.tar.gz cpython-283b352d482fde9797f26355f057bc91e5482e52.tar.bz2 |
Update the directory names to match changes at SourceForge.
Diffstat (limited to 'Doc/tools/update-docs.sh')
-rwxr-xr-x | Doc/tools/update-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/update-docs.sh b/Doc/tools/update-docs.sh index 3cc28d5..5f4b03d 100755 --- a/Doc/tools/update-docs.sh +++ b/Doc/tools/update-docs.sh @@ -16,7 +16,7 @@ UPDATES="$HOME/tmp/$2" TMPDIR="$$-docs" -cd /home/groups/python/htdocs || exit $? +cd /home/groups/p/py/python/htdocs || exit $? mkdir $TMPDIR || exit $? cd $TMPDIR || exit $? (bzip2 -dc "$UPDATES" | tar xf -) || exit $? |