aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-05-19 14:26:11 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-05-19 14:26:11 +0000
commitf2e73815fa60970134dbf093c3c12a463963ff1c (patch)
treedb05d490656ad4406cf16ddc921dabcdbfcb3215 /tcwg-binutils.yaml
parentda13f500f3b92542a224a27b8fdfb93ac4943348 (diff)
tcwg-binutils: Fix log_name expansion.
Change-Id: I3422db675299a8e6e58e2bdbd8a00db373413bb7
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index db496ab429..aa05c78666 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -162,7 +162,8 @@
echo '############################################'
[ x"$sums" != x ] && tail $sums
- rsync -av ${sums} $log_server:$(eval $log_name)/
+ eval dir=${log_name}
+ rsync -av ${sums} $log_server:$dir/
echo BUILD FINISHED $(date)