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/cc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/cc.in') diff --git a/config/cc.in b/config/cc.in index df714e23..8869f03c 100644 --- a/config/cc.in +++ b/config/cc.in @@ -8,7 +8,7 @@ config CC config CC_VERSION string -source config.gen/cc.in +source "config.gen/cc.in" config CC_SUPPORT_CXX bool -- cgit v1.2.3