- Fixed outputting the command string. Broken bij the previous work.

This commit is contained in:
ccremers 2005-03-02 15:21:55 +00:00
parent 1b4e00b49f
commit 9c05d2ac3a

View File

@ -48,7 +48,7 @@ ScytherBounds = "--timer=5 --max-runs=5 --max-length=20"
# Build a large part of the command line (for Scyther) already
ScytherArgs = ScytherDefaults + " " + ScytherMethods + " " + ScytherBounds
CommandPrefix = "scyther "
CommandPrefix = "scyther " + ScytherArgs
# Some default settings for Agents, untrusted e with sk(e) and k(a,e) etc.
IncludeProtocols = '../spdl/spdl-defaults.inc'