Skip to content
Snippets Groups Projects
Commit 6aedad70cd7f authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

Add quotes to prevent bugs waiting to happen

(Why are we using bash again?)
parent 645332578a9d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment