diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2014-03-22 14:00:11 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2014-03-22 14:00:11 +0100 |
commit | 31cee36835474fb374fed1f136f8ecfc5c7c9e11 (patch) | |
tree | f71b78b2145b77ca74ab8be928b6c28d949166ba | |
parent | f7d315d8c1bc3f27d311fdda001f13c459452602 (diff) |
check.sh: Accept fsf and fedora refs.
-rwxr-xr-x | check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |