# HG changeset patch
# User Raphaël Gomès <rgomes@octobus.net>
# Date 1571820697 -7200
#      Wed Oct 23 10:51:37 2019 +0200
# Node ID 6aedad70cd7f2dcfcdd8f40210314219bd65a55c
# Parent  645332578a9d594c27fc6f68c86abcd4057c67f1
Add quotes to prevent bugs waiting to happen

(Why are we using bash again?)

diff --git a/main-bisect.sh b/main-bisect.sh
--- a/main-bisect.sh
+++ b/main-bisect.sh
@@ -11,7 +11,7 @@
 ./lib/before-check.sh
 
 ASV_CPU_AFFINITY=2,3
-time HGRCPATH= asv find --save_results --cpu-affinity=$ASV_CPU_AFFINITY $@
+time HGRCPATH= asv find --save_results --cpu-affinity=$ASV_CPU_AFFINITY "$@"
 
 # Sync results over to deploy server
 "${ROOT}/sync_results.sh"
\ No newline at end of file