From d4597c7ec176097e92aa4366ad27dc6c902a47ca Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 5 Dec 2018 20:01:45 +0100 Subject: Missing back-slash. --- buildbot/make_auditor_reports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot/make_auditor_reports.sh') diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index 33dfdc3..bc11ea5 100755 --- a/buildbot/make_auditor_reports.sh +++ b/buildbot/make_auditor_reports.sh @@ -31,7 +31,7 @@ taler-wire-auditor > "${WIRE_REPORT_FILE_NOEXT}.txt" python ${PWD}/render_auditor_reports.py \ "${REPORT_FILE_NOEXT}.txt" \ "${WIRE_REPORT_FILE_NOEXT}.txt" \ - > "${REPORT_FILE_NOEXT}.tex" + > "${REPORT_FILE_NOEXT}.tex" \ < "${JINJA_TEMPLATE}" # POLISHING ENDS HERE. -- cgit v1.2.3