scripts: check wrong patterns in maintainers file
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Feb 2015 08:51:20 +0000 (09:51 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 9 Feb 2015 14:15:04 +0000 (15:15 +0100)
commit441a2256b36a0026562d40a9f97cfc23ed1b657f
tree9d28a0ec1ae15faaa8d54bb5987dc12377a88223
parentf41b0ad598caf9b130bf4ccbd45db533c1252603
scripts: check wrong patterns in maintainers file

Each F or X pattern is checked and printed if there is no match
with a file in the repository.

The wildcard must be temporarily replaced to prevent from shell expansion.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
scripts/check-maintainers.sh