Skip to content

Commit

Permalink
jlog: removing \r
Browse files Browse the repository at this point in the history
  • Loading branch information
tfaoliveira-sb committed Oct 1, 2024
1 parent 8d795f0 commit b8aab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reporter/jlog
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cat_c_file()
file=$2

echo -e "${color}"
cat $file
sed '/\r/d' $file | uniq | cat -
echo -e "${RESET}"
}

Expand Down

0 comments on commit b8aab92

Please sign in to comment.