busybox: quote 'source' filenames in Config.in

Newer versions of the kconfig program requires quoting the arguments of
the 'source' directive.  These are the last ones not using them.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz
2020-04-07 17:07:20 -03:00
committed by Petr Štetiar
parent 2e6b6f9fca
commit 1da014fcca
3 changed files with 24 additions and 24 deletions

View File

@@ -994,6 +994,6 @@ config BUSYBOX_CONFIG_FEATURE_MTAB_SUPPORT
About the only reason to use this is if you've removed /proc from
your kernel.
source volume_id/Config.in
source "volume_id/Config.in"
endmenu