summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 16:41:35 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 16:41:35 +0100
commitd58b8350e6f8499ea00b5877bf1f26238546e743 (patch)
tree3d869a8bdf6ab90a6b565fa8b33f7470c9c2ca06 /buildbot
parent42e3b4724109e9c93e82dfd7e9bc7e6187b27bbc (diff)
downloaddeployment-d58b8350e6f8499ea00b5877bf1f26238546e743.tar.gz
deployment-d58b8350e6f8499ea00b5877bf1f26238546e743.tar.bz2
deployment-d58b8350e6f8499ea00b5877bf1f26238546e743.zip
Try with single quotes.
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/make_auditor_reports.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 5cbda6e..721f53d 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -28,9 +28,9 @@ JINJA_TEMPLATE="auditor-report.tex.j2"
REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports"
${SUDO_COLOR} bash -c \
- "source /home/${ACTIVE_COLOR}/activate; \
- taler-auditor-exchange -m $(taler-config -s exchange -o master_public_key) \
- -u $(taler-config -s exchange -o base_url)"
+ "source /home/${ACTIVE_COLOR}/activate;"
+ 'taler-auditor-exchange -m $(taler-config -s exchange -o master_public_key) \
+ -u $(taler-config -s exchange -o base_url)'
${SUDO_COLOR} bash -c \
"source /home/${ACTIVE_COLOR}/activate; \