summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xround-robin-bisect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index d8ccc1cf..23e75fb7 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -156,7 +156,7 @@ fi
cd ..
# Restore known-good baseline state.
-rsync -a --del "${baseline_exclude[@]}" ./bisect/baseline/ ./
+rsync -a --del ${baseline_exclude[@]} ./bisect/baseline/ ./
$build_script \
^^ $reproduce_bisect \
@@ -711,7 +711,7 @@ chmod +x $rel_artifacts/test.sh
$build_script @@ $rel_artifacts/manifests/build-baseline.sh
# Save baseline build state (which is then restored in $rel_artifacts/test.sh)
-rsync -a --del --delete-excluded "${baseline_exclude[@]}" ./ ./bisect/baseline/
+rsync -a --del --delete-excluded ${baseline_exclude[@]} ./ ./bisect/baseline/
cd $current_project