summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index 00d3b9a..fe96b1c 100755
--- a/check.sh
+++ b/check.sh
@@ -8,7 +8,7 @@
# Verify the blacklist entries are correctly formatted.
-bad_entries="$(egrep -v '^[^:]*:[^:]*:(sv|debian|parabola)?:[^:]*:.*$' *.txt)"
+bad_entries="$(egrep -v '^[^:]*:[^:]*:(sv|debian|parabola|fsf|fedora)?:[^:]*:.*$' *.txt)"
if [[ ! -z "$bad_entries" ]]; then
printf "Incorrectly formatted entries:\n\n%s\n" "$bad_entries" >&2