From e685fa909b77d54283eb67f95154c0e09cffd680 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 31 Jul 2019 18:12:01 +0100 Subject: [PATCH] updated check_tld_chars.sh --- check_tld_chars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_tld_chars.sh b/check_tld_chars.sh index 6c2826f1..377f96d1 100755 --- a/check_tld_chars.sh +++ b/check_tld_chars.sh @@ -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