summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-09-23 08:38:26 +0200
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2022-09-23 08:44:09 +0200
commitae3f78ac6506c3eab947569516b594de40f34ef1 (patch)
treee3a799e3192cc49d99ea0b831b7a73c3302bc85c
parentd652eda9f0064a3a21e8f8e8ab1391cf18fb4f19 (diff)
round-robin.sh: Typo in print_results_date
Change-Id: Iab88b12729a19ad6277e9d11cfbde4960e4bd050
-rw-r--r--round-robin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/round-robin.sh b/round-robin.sh
index c12ec8e3..4e00d39b 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -1119,7 +1119,7 @@ print_results_date ()
local c base_d cur_d results_date=0
# Firstly, set results_date to the max of commit dates of all components.
- for c in "${components[@]}"; do
+ for c in ${rr[components]}; do
base_d=$(get_baseline_manifest "{rr[debug_${c}_date]}" \
| cut -d" " -f 1 || true)
cur_d=$(get_current_manifest "{rr[debug_${c}_date]}" \