Skip to content

Commit

Permalink
Merge branch 'v2.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Jun 19, 2023
2 parents d79da15 + 1be27c4 commit a41a920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regtest/scripts/fixzeroes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

file=$1

grep -q "\x00" $file && exit 0
grep -E '[^[:print:]]' $file 2> /dev/null && exit 0

sed "s/-\(0\.0*0 \)/ \1/g;
s/-\(0\.0*0$\)/ \1/g" $file > $file.$$.tmp
Expand Down

0 comments on commit a41a920

Please sign in to comment.