]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson-hwdb-update: fix undefined variable access
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Dec 2017 13:36:03 +0000 (14:36 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Dec 2017 14:45:21 +0000 (15:45 +0100)
commitc6801f502c4e58e2685ea2961a1b310692428bf3
tree2d43a09162e9018c396fbef8d29fc145c44b1a43
parent966c04cf012f48686cf5359067a7b26c080f44ea
meson-hwdb-update: fix undefined variable access

I added the test if an optional parameter is not empty, but that doesn't work
with -u. Provide an empty "fallback" value to fix the issue.

Also group the update steps so that it's easier to see what is going on.
tools/meson-hwdb-update.sh