aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-02-05 20:35:13 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-02-05 20:35:13 +0000
commit74d5c61335215801adfe582602dd8af5a6adb203 (patch)
tree9261451826bb56a88f28be09590bf180642bec80
parent10a261f8e95f7ba590a5654984ab6122ec6c73f9 (diff)
tcwg-benchmark-monthly: Harmless whitespace fix
Change-Id: Id1b522c41fab918c89bdc4043e9ded05003eab0e
-rw-r--r--tcwg-benchmark-monthly.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark-monthly.yaml b/tcwg-benchmark-monthly.yaml
index e2c0ab01f1..7a3351861e 100644
--- a/tcwg-benchmark-monthly.yaml
+++ b/tcwg-benchmark-monthly.yaml
@@ -127,7 +127,7 @@
while read x; do
export "$x"
done < "${tmpfile}"
- rm "${tmpfile}"
+ rm "${tmpfile}"
#Must be exported to be visible to yaml-to-json.py - env vars that
#happen to be job params are already exported, so don't need this