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 586270b5..904668c2 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -584,7 +584,7 @@ if [ x"$first_bad" != x"" ]; then
ln -f -s "build-$last_good" "$artifacts/build-last_good"
ln -f -s "build-$last_good.sh" "$artifacts/manifests/build-last_good.sh"
- occurences="$(cat interesting-commits/$current_project | grep "^$first_bad" | sed -e "s/^$first_bad *//" | tr ' ' '\n' | sed "s#^# - #")"
+ occurences="$(cat $interesting_commits/$current_project | grep "^$first_bad" | sed -e "s/^$first_bad *//" | tr ' ' '\n' | sed "s#^# - #")"
if [ "$(echo "$occurences" | wc -l)" -le 1 ]; then
git_log_level="medium"
notify_author=$(git -C $current_project log --pretty="%an <%ae>" -n 1 \