Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2af396 commit 72dd58dCopy full SHA for 72dd58d
1 file changed
Doc/tools/mktarball.sh
@@ -35,7 +35,7 @@ rm -f $TEMPDIR/Python-$RELEASE/Doc/ref/ref.ps
35
36
cd $TEMPDIR
37
38
-(tar cf - Python-$RELEASE | gzip -9 >$MYDIR/latex-$RELEASE.tar.gz) || exit $?
+(tar cf - Python-$RELEASE | gzip -9 >$MYDIR/latex-$RELEASE.tgz) || exit $?
39
cd $MYDIR
40
rm -r $TEMPDIR || exit $?
41
0 commit comments