]> granicus.if.org Git - python/commitdiff
Use .tgz instead of .tar.gz for the output file name.
authorFred Drake <fdrake@acm.org>
Mon, 11 May 1998 21:08:39 +0000 (21:08 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 11 May 1998 21:08:39 +0000 (21:08 +0000)
Doc/tools/mktarball.sh

index 04750818e74c0afb1b83e96129a183c98a6503fc..6d932064bdf2038b25815f4ddc0d12165389b297 100755 (executable)
@@ -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 $?