block: fix ubi?_? glob pattern
authorDaniel Golle <daniel@makrotopia.org>
Wed, 20 Jul 2016 23:20:10 +0000 (01:20 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 20 Jul 2016 23:38:33 +0000 (01:38 +0200)
commit5b61e27d36e5bbf40825a4ae14920efe47d36f02
tree07f7c40c9d49f602f09127485ee097493dad168d
parent35aa20c51995e80257244790d4f058e15f29569f
block: fix ubi?_? glob pattern

The glob pattern intended for ubi?_? devices was matching
ubiblock?_? devices as well. Change the glob to actually return only
ubi devices.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
block.c