9
0
Fork 0

globalvar: select FNMATCH

This is needed since support for wildcards has been introduced.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2016-12-20 10:33:35 +01:00 committed by Sascha Hauer
parent e9be2ee4cb
commit cce74dff55
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ config ENVIRONMENT_VARIABLES
config GLOBALVAR
bool "global environment variables support"
default y if !SHELL_NONE
select FNMATCH
help
Global environment variables begin with "global.". Unlike normal
shell variables they have the same values in all contexts. Global