Correctly escaping program file name.

This commit is contained in:
Cas Cremers 2010-05-16 00:36:06 +02:00
parent dc4dc34624
commit e5fc05a379

View File

@ -235,7 +235,7 @@ class Scyther(object):
# Generate command line for the Scyther process
self.cmd = ""
self.cmd += "\'%s\'" % self.program
self.cmd += "\"%s\"" % self.program
self.cmd += " --append-errors=%s" % fne
self.cmd += " --append-output=%s" % fno
self.cmd += " %s" % args