chiark / gitweb /
basic: pass flags to the fnmatch (#3606)
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 27 Jun 2016 12:47:37 +0000 (15:47 +0300)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:13:01 +0000 (10:13 +0200)
commit8d86b2ddd83a16dca37106862fd8858d7103c237
treea8a84afdb65b4fd7fb02b84533e067213863ebbf
parent7b4a8335022121d06336eae363f3d7fcbcac1c45
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