summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 18:26:34 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 18:26:34 +0100
commit08291a23acc1798a6b4c4ff3c7427a6fb616ef77 (patch)
treea81b03e4e2693655e679ca3737651235188abb26 /buildbot
parentf93a382a219da65ae1a2990665c8234e70786052 (diff)
downloaddeployment-08291a23acc1798a6b4c4ff3c7427a6fb616ef77.tar.gz
deployment-08291a23acc1798a6b4c4ff3c7427a6fb616ef77.tar.bz2
deployment-08291a23acc1798a6b4c4ff3c7427a6fb616ef77.zip
Less single quotes.
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/make_auditor_reports.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 976773e..6e4942c 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -27,7 +27,7 @@ SUDO_COLOR="sudo -u ${ACTIVE_COLOR}"
JINJA_TEMPLATE="auditor-report.tex.j2"
REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports"
-TALER_AUDITOR_EXCHANGE=$(printf "taler-auditor-exchange -c '%s' -m '%s' -u '%s'" \
+TALER_AUDITOR_EXCHANGE=$(printf "taler-auditor-exchange -c %s -m %s -u %s" \
'${HOME}/.config/taler.conf' \
'$(taler-config -s exchange -o master_public_key)' \
'$(taler-config -s exchange -o base_url)')