2008/9/30 Dylan Smith dylan.ah.smith@gmail.com:
-exec $WINETEST_WRAPPER "$topobjdir/wine" "$program" "$infile" "$@" +exec $WINETEST_WRAPPER "$topobjdir/wine" "$program" $infile $@
It looks like this will cause problems now if $infile contains spaces or if any of the arguments in $@ contain spaces.