This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a commit to branch bernie/jenkmarking-multinode in repository toolchain/abe.
commit b81d9c83c9c82cf810736a238303df1633f5c9ba Author: Bernard Ogden bernie.ogden@linaro.org Date: Tue Jul 28 09:20:04 2015 +0200
Add strictly-required quotes
Should never be needed, but let's be tidy
Change-Id: I2249bfe0594662315f57c51f2b70352beaa2c551 --- scripts/Benchmark.job | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/Benchmark.job b/scripts/Benchmark.job index 1ab95c1..e584f75 100755 --- a/scripts/Benchmark.job +++ b/scripts/Benchmark.job @@ -56,5 +56,5 @@ echo cd "${maindir}" echo "${ABE_DIR}"/configure --with-fileserver=148.251.136.42 --with-remote-snapsho [...] "${ABE_DIR}"/configure --with-fileserver=148.251.136.42 --with-remote-snapsho [...]
-echo "${ABE_DIR}"/scripts/benchmark.sh ${run_flags:+-a "${run_flags//"/\"}"} [...] - "${ABE_DIR}"/scripts/benchmark.sh ${run_flags:+-a "${run_flags//"/\"}"} [...] +echo "${ABE_DIR}"/scripts/benchmark.sh ${run_flags:+-a "${run_flags//"/\"}"} [...] + "${ABE_DIR}"/scripts/benchmark.sh ${run_flags:+-a "${run_flags//"/\"}"} [...]