commit | 72dd58d90e983abd92904fa3d3e401183c9cf285 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon May 11 21:08:39 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon May 11 21:08:39 1998 +0000 |
tree | 30e0318c59663c690a5730ce0ee23ecc9d6eb7a0 | |
parent | d2af396dd5bbc9748eb9046ceedbded70bd494da [diff] |
Use .tgz instead of .tar.gz for the output file name.
diff --git a/Doc/tools/mktarball.sh b/Doc/tools/mktarball.sh index 0475081..6d93206 100755 --- a/Doc/tools/mktarball.sh +++ b/Doc/tools/mktarball.sh
@@ -35,7 +35,7 @@ cd $TEMPDIR -(tar cf - Python-$RELEASE | gzip -9 >$MYDIR/latex-$RELEASE.tar.gz) || exit $? +(tar cf - Python-$RELEASE | gzip -9 >$MYDIR/latex-$RELEASE.tgz) || exit $? cd $MYDIR rm -r $TEMPDIR || exit $?