Fix number of invalid domains

Co-authored-by: abesnier <besnier_antoine@yahoo.fr>
Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4445/head
Christian König 2 years ago
parent 941f90d5c1
commit bfda52ed79
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -516,7 +516,7 @@ parseList() {
# Find (up to) five domains containing invalid characters (see above)
incorrect_lines="$(sed -e "/[^a-zA-Z0-9.\_-]/!d" "${src}" | head -n 5)"
local num_target_lines num_correct_lines num_invalid
local num_target_lines num_correct_lines
# Get number of lines in source file
num_lines="$(grep -c "^" "${src}")"
# Get number of lines in destination file

Loading…
Cancel
Save