X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb56afc421319d1c7d88e117969cdc5fdea5fe85..a78d8dd08a0dd458c33bdede638257d2a989b629:/wxPython/distrib/makedemo?ds=sidebyside diff --git a/wxPython/distrib/makedemo b/wxPython/distrib/makedemo index 54eb2f85c9..a5c42a978b 100755 --- a/wxPython/distrib/makedemo +++ b/wxPython/distrib/makedemo @@ -29,7 +29,7 @@ rm -f `find _distrib_tgz/wxPython-$VERSION -name ".#*"` cd _distrib_tgz tar cvf ../dist/wxPython-demo-$VERSION.tar wxPython-$VERSION -gzip -9 ../dist/wxPython-demo-$VERSION.tar +gzip -9 -f ../dist/wxPython-demo-$VERSION.tar cd .. rm -r _distrib_tgz