commit | 428f4a6466f7d0664b6af84c94ea2c59ed98b973 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no> | Tue Apr 25 23:37:18 2023 +0900 |
committer | Stephanos Ioannidis <root@stephanos.io> | Wed Apr 26 00:29:25 2023 +0900 |
tree | 69418f859d534bec344900b098677082b942e864 | |
parent | 9028ad5d713baaf7c44c699e515e40eb6ccdf475 [diff] |
scripts: get_maintainer: Fix glob pattern directory match error logic The `get_maintainer` script currently generates an error when a non- slash-suffixed glob pattern matches any directories -- this is incorrect because the glob pattern may be used to match files. This commit updates the script to only generate an error when a non-slash suffixed _only_ matches directories. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>