summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuildAdBlocklist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildAdBlocklist.sh b/buildAdBlocklist.sh
index 6707327..181f485 100755
--- a/buildAdBlocklist.sh
+++ b/buildAdBlocklist.sh
@@ -1,6 +1,6 @@
#!/bin/bash
awk -F'[\t ]+' '{
- if (!match($0, /^\s*(#|$)/)) {
+ if (!match($0, /^[\t ]*(#|$)/)) {
if (NF>=2 && length($2)) {
host=$2
} else {