"Dimitrie O. Paun" dpaun@rogers.com writes:
Here is the fix for this one (to maketests):
wine $filename | sed '1,/^Valid/d;s/ \(.*\)/ "\1",/'
wine $filename | sed '1,/^Valid/d;s/ \([0-9a-zA-Z_]*\)/ "\1",/'
This should really be done at run time, you shouldn't invoke wine during the build process, it creates lots of annoying dependencies.