Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72dd58d

Browse files
committed
Use .tgz instead of .tar.gz for the output file name.
1 parent d2af396 commit 72dd58d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/mktarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rm -f $TEMPDIR/Python-$RELEASE/Doc/ref/ref.ps
3535

3636
cd $TEMPDIR
3737

38-
(tar cf - Python-$RELEASE | gzip -9 >$MYDIR/latex-$RELEASE.tar.gz) || exit $?
38+
(tar cf - Python-$RELEASE | gzip -9 >$MYDIR/latex-$RELEASE.tgz) || exit $?
3939
cd $MYDIR
4040
rm -r $TEMPDIR || exit $?
4141

0 commit comments

Comments
 (0)