Use .tgz instead of .tar.gz for the output file name.

This commit is contained in:
Fred Drake 1998-05-11 21:08:39 +00:00
parent d2af396dd5
commit 72dd58d90e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ rm -f $TEMPDIR/Python-$RELEASE/Doc/ref/ref.ps
cd $TEMPDIR 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 cd $MYDIR
rm -r $TEMPDIR || exit $? rm -r $TEMPDIR || exit $?