Minor bugs fixes

This commit is contained in:
Bernardo Damele
2010-03-31 13:52:51 +00:00
parent 5fdebb5d5b
commit b19de015c5
5 changed files with 10 additions and 5 deletions

View File

@@ -232,7 +232,7 @@ class Filesystem:
commands = (
"cd %s" % tmpPath,
"debug < %s" % randScr,
"del /F %s" % randScr
"del /F /Q %s" % randScr
)
complComm = " & ".join(command for command in commands)