diff options
author | Vratko Polak <vrpolak@cisco.com> | 2021-06-15 14:35:41 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-06-16 13:29:14 +0000 |
commit | 6da5a6920171682bd5bf6a77517bedfef91cbd0e (patch) | |
tree | 01e631f1a80deb4e26605fcb45cbfce35aae7dc5 /resources/tools/presentation/run_report_local.sh | |
parent | 46f0194afb8d4c8191b3c412332e3fbb92528c19 (diff) |
Line length: Fix recent merges
Not fixing .rst, .md, .yaml, conf.py, .vat, and so on.
Change-Id: Icc585d6dbebc8eb5c483b10326302571e94c614d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report_local.sh')
-rwxr-xr-x | resources/tools/presentation/run_report_local.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/tools/presentation/run_report_local.sh b/resources/tools/presentation/run_report_local.sh index b48d4d2db5..df0e89e5e5 100755 --- a/resources/tools/presentation/run_report_local.sh +++ b/resources/tools/presentation/run_report_local.sh @@ -83,8 +83,10 @@ fi if [[ ${cfg_install_latex} -eq 1 ]] ; then sudo apt-get -y install xvfb texlive-latex-recommended \ - texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra latexmk wkhtmltopdf inkscape - sudo sed -i.bak 's/^\(main_memory\s=\s\).*/\110000000/' /usr/share/texlive/texmf-dist/web2c/texmf.cnf + texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra \ + latexmk wkhtmltopdf inkscape + target="/usr/share/texlive/texmf-dist/web2c/texmf.cnf" + sudo sed -i.bak 's/^\(main_memory\s=\s\).*/\110000000/' "${target}" fi # Create working directories |