summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2014-03-22 14:00:11 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2014-03-22 14:00:11 +0100
commit31cee36835474fb374fed1f136f8ecfc5c7c9e11 (patch)
treef71b78b2145b77ca74ab8be928b6c28d949166ba /check.sh
parentf7d315d8c1bc3f27d311fdda001f13c459452602 (diff)
check.sh: Accept fsf and fedora refs.
Diffstat (limited to 'check.sh')
-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