http://bugs.winehq.org/show_bug.cgi?id=21010
--- Comment #2 from Austin English austinenglish@gmail.com 2009-12-14 01:28:18 --- (In reply to comment #1)
Hi Austin, could you leave here the script for the ordinary mortal? So i (we) can also begin to play with that "run" thing :) Thank you in advance.
For git bisect run? Sure: austin@midna:~/wine-git$ cat foo.sh #!/bin/bash set -x rm -rf $HOME/.wine ./configure --without-mpg123 --disable-tests || exit 125 make -j4 || exit 125 WINE=/home/austin/wine-git/wine winetricks -q -v vc2005express
then use: $ git bisect start HEAD wine-1.1.20 $ git bisect run ./foo.sh