From: Fred Drake Date: Mon, 11 May 1998 21:08:39 +0000 (+0000) Subject: Use .tgz instead of .tar.gz for the output file name. X-Git-Tag: v1.5.2a1~664 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72dd58d90e983abd92904fa3d3e401183c9cf285;p=python Use .tgz instead of .tar.gz for the output file name. --- diff --git a/Doc/tools/mktarball.sh b/Doc/tools/mktarball.sh index 04750818e7..6d932064bd 100755 --- a/Doc/tools/mktarball.sh +++ b/Doc/tools/mktarball.sh @@ -35,7 +35,7 @@ rm -f $TEMPDIR/Python-$RELEASE/Doc/ref/ref.ps 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 $?