1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 12:32:04 +00:00

Changed cat -A to cat -vet in test.sh

This commit is contained in:
Sein Coray 2018-12-10 16:33:56 +01:00
parent 050b54b8cf
commit 997a6cce87
No known key found for this signature in database
GPG Key ID: 44C4180EA69758EC

View File

@ -2833,7 +2833,7 @@ fi
# fix logfile
if [ "${PACKAGE}" -eq 0 ]; then
cat -A ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report.log
cat -vet ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report.log
fi