diff --git a/bootstrap/buildCoriolis.py b/bootstrap/buildCoriolis.py index cdd65bc9..c39a0b47 100755 --- a/bootstrap/buildCoriolis.py +++ b/bootstrap/buildCoriolis.py @@ -215,7 +215,7 @@ class ProjectBuilder: if self._rmBuild: print "Removing tool build directory: \"%s\"." % toolBuildDir - command = [ "/bin/rm", "-r", toolBuildDir ] + command = [ "/bin/rm", "-rf", toolBuildDir ] self._execute ( command, "Removing tool build directory" ) if not os.path.isdir(toolBuildDir):