Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jovi1994 committed Dec 12, 2024
1 parent 7af1d69 commit ae8c473
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions steps/report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ sort -o "${list}" "${list}"

# Create the aggregation table LaTeX file
aggregation_table=${TARGET}/temp/aggregation_table.tex
rm -f "${aggregation_table}"
touch "${aggregation_table}"
echo > "${aggregation_table}"

# LaTeX escape function to handle special characters
latex_escape() {
Expand Down

0 comments on commit ae8c473

Please sign in to comment.