Subject: | 'run' commands always executed before 'eval' commands |
If you have the following:
[Run::AfterMint]
eval = print "Doing AfterBuild stuff\n"
run = do_some_stuff
The run statement is executed before the eval statement. This is a problem when the run statement script requires an eval statement to do some necessary work