commit 043e3b95e743185fdb55426dfbba5b1294dadac4 parent 75f40de3f942f26ff04f8cbb324ce3d33d450793 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 5 Dec 2018 19:22:04 +0100 Fix variable name. Diffstat:
| M | buildbot/make_auditor_reports.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh @@ -51,7 +51,7 @@ fi pdflatex \ --output-directory $REPORTS_DIRECTORY \ - "${REPORT_FILE}.tex" + "${REPORT_FILE_NOEXT}.tex" rm \ "${REPORT_FILE_NOEXT}.log" \