summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xround-robin-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 0382a151..7a48bf0e 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -389,7 +389,7 @@ while [ x"$(get_first_bad </dev/null)" = x"" ] && read -a arr; do
git bisect bad
fi
) </dev/null
-done < ../interesting-commits/$current_project
+done < <(tac ../interesting-commits/$current_project)
if $verbose; then set -x; fi
if [ x"$(get_first_bad)" = x"" ]; then