Skip to content

Commit

Permalink
Escape the % symbol in the output report
Browse files Browse the repository at this point in the history
LaTeX considers % as a comment-till-end-of-line marker,
my sendmail version number had a % in it
  • Loading branch information
ghane committed Nov 22, 2019
1 parent d10e2bf commit 45056e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ python /output_report.py $root_dir$xml_dir $root_dir$report_file /shared/ips.txt
sed -i 's/_/\\_/g' $root_dir$report_file
sed -i 's/\$/\\\$/g' $root_dir$report_file
sed -i 's/#/\\#/g' $root_dir$report_file
sed -i 's/%/\\%/g' $root_dir$report_file
upload $report_file

0 comments on commit 45056e2

Please sign in to comment.