devtools: fix file listing in maintainers check
authorThomas Monjalon <thomas@monjalon.net>
Tue, 15 Jun 2021 12:49:49 +0000 (14:49 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 23 Jun 2021 09:18:54 +0000 (11:18 +0200)
commit2d333c4ac3bf4a1d236bf24bb33fa1df58e6009b
tree486901e94de6df7d937312fa65c6862015705fb0
parent3c1199c2db62c25480e7af64bf799e287377bfe8
devtools: fix file listing in maintainers check

When having multiple working trees, the main one has a .git directory
while attached trees have a .git file.
Thus the git check should work for both file and directory.

In the case there is no working tree (.git not readable), the command
"find" is used and should be able to list paths with wildcards.
Wildcards work only as shell expansion in the case of file paths,
so the quotes must be removed.

Fixes: 27c2ce563216 ("maintainers: start a Linux-style file")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/check-maintainers.sh