summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 17:03:23 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 17:03:23 +0100
commit7c7e61fb3b70e776d818371b1ea82db5cecbb189 (patch)
tree762484329288b3461fa56c2ecae86f4cea0aec98
parent1434d8884708fcbf7163fb11372b05c68e9f39e2 (diff)
downloaddeployment-7c7e61fb3b70e776d818371b1ea82db5cecbb189.tar.gz
deployment-7c7e61fb3b70e776d818371b1ea82db5cecbb189.tar.bz2
deployment-7c7e61fb3b70e776d818371b1ea82db5cecbb189.zip
Avoid new-line(s) for now.
-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 da38e5a..9a27b1a 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -30,8 +30,8 @@ REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports"
CMD=$(printf "%s; %s; %s" \
"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)')
+ 'taler-auditor-exchange -m $(taler-config -s exchange -o master_public_key) -u $(taler-config -s exchange -o base_url)')
+
echo $CMD
${SUDO_COLOR} bash -c "$CMD"