From d276ce2a4fbb5c86bdc7b8cab3860c34741751af Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 29 Mar 2010 20:24:50 +0200 Subject: config: fix style issues when source-ing files Always enclose the sourced file between double-quotes (purely for consistency; enclosing or not are both allowed by the kconfig language). --- config/debug.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/debug.in') diff --git a/config/debug.in b/config/debug.in index faa165ec..9fd99efd 100644 --- a/config/debug.in +++ b/config/debug.in @@ -1,3 +1,3 @@ menu "Debug facilities" -source config.gen/debug.in +source "config.gen/debug.in" endmenu -- cgit v1.2.3