]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/strv.c
basic: pass flags to the fnmatch (#3606)
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 27 Jun 2016 12:47:37 +0000 (15:47 +0300)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 27 Jun 2016 12:47:37 +0000 (14:47 +0200)
commit2027927b1002a74d24300704a655614f8ea48e45
tree6d11bcf50cd8a1b5a40b6cab488996203bfe4e94
parentbed48d665599fca9ac44f3bb330087c80edb01c7
basic: pass flags to the fnmatch (#3606)

Fixes:
```
$ systemctl list-unit-files 'hey\*'

0 unit files listed.

$ systemctl list-unit-files | grep hey
hey\x7eho.service                          static
```
src/basic/strv.c
src/test/test-strv.c