base-files: config_get: prevent filename globbing
authorGünther Kelleter <guenther.kelleter@devolo.de>
Mon, 8 Oct 2018 13:30:00 +0000 (15:30 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 30 Jan 2019 12:20:14 +0000 (13:20 +0100)
commitc3389ab135400fba0cb710d9c6c63df2f563d9d9
tree5732e56a4c03e7773f665822b9cc88edae542e08
parent37e91861cc6b1988531e2c68131d65053e7dd230
base-files: config_get: prevent filename globbing

When config_get is called as "config_get section option" the option
is unexpectedly globbed by the shell which differs from the way options
are read to a variable with "config_get variable section option".
Add another layer of double quotes to fix it.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
package/base-files/Makefile
package/base-files/files/lib/functions.sh