summaryrefslogtreecommitdiffstats
path: root/buildAdBlocklist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildAdBlocklist.sh')
-rwxr-xr-xbuildAdBlocklist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildAdBlocklist.sh b/buildAdBlocklist.sh
index fa6a536..2653539 100755
--- a/buildAdBlocklist.sh
+++ b/buildAdBlocklist.sh
@@ -11,4 +11,4 @@ awk -F'[\t ]+' '{
print "::1 " host
}
}
-}' adlists/* | sort > block.list
+}' adlists/* | sort -k2 > block.list