updated check_tld_chars.sh

pull/2/head
Hari Sekhon 5 years ago
parent 6ed1f9b48b
commit e685fa909b

@ -31,7 +31,7 @@ start_time="$(start_timer)"
files="${*:-}"
if [ -z "$files" ]; then
files="$(find . -iname "$tld_file")}"
files="$(find . -iname "$tld_files")"
fi
set +e

Loading…
Cancel
Save