#! /bin/sh # $Id: git-bisect-run,v 1.3 2010/01/23 00:14:18 jkratoch Exp $ set -ex test -n "$*" trap 'sleep 0;git reset --hard;git clean -dfx;exit 125' EXIT git reset --hard git clean -dfx # patch -p1 <~/t/bisect.patch || : errs12 -s --fast --disable-werror --without-python --disable-plugins $(: echo --disable-gdbserver) --disable-gold #errs12 -s --fast --disable-gold git reset --hard trap '' EXIT set +e "$@" rc=$? set -e git reset --hard #git clean -dfx echo rc=$rc exit $rc