Browse Source

Removed redundant command

Josh Yelon 21 years ago
parent
commit
900a5765ab
1 changed files with 0 additions and 1 deletions
  1. 0 1
      doc/makepanda/maketarball.py

+ 0 - 1
doc/makepanda/maketarball.py

@@ -188,7 +188,6 @@ writefile(TARDIR+'/panda3d.spec',SPEC)
 oscmd("tar --exclude CVS -chzf "+TARDIR+".tar.gz "+TARDIR)
 oscmd("rm -rf "+TARDIR)
 
-oscmd("rm -rf "+TARDIR)
 oscmd("mkdir -p "+TARDIR)
 oscmd("mkdir -p "+TARDIR+"/thirdparty")
 oscmd("ln -sf ../dtool        "+TARDIR+"/dtool")