summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 16:48:15 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 16:48:15 +0100
commita9a7da4e4f2e1666c2a97081c3b2d886b9eafab2 (patch)
treed656798d99eb38ad257c627a3a8d8827fcc6fbc5 /buildbot
parentc74eb509c5029f6490e7fb83b8cb7defc0db2b5a (diff)
downloaddeployment-a9a7da4e4f2e1666c2a97081c3b2d886b9eafab2.tar.gz
deployment-a9a7da4e4f2e1666c2a97081c3b2d886b9eafab2.tar.bz2
deployment-a9a7da4e4f2e1666c2a97081c3b2d886b9eafab2.zip
Concat cmd strings.
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/make_auditor_reports.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 50fd069..4977e62 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -28,8 +28,8 @@ JINJA_TEMPLATE="auditor-report.tex.j2"
REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports"
${SUDO_COLOR} bash -c \
- "source /home/${ACTIVE_COLOR}/activate;"
- 'echo $PATH;'
+ "source /home/${ACTIVE_COLOR}/activate;" \
+ 'echo $PATH;' \
'taler-auditor-exchange -m $(taler-config -s exchange -o master_public_key) \
-u $(taler-config -s exchange -o base_url)'