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/libc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/libc.in') diff --git a/config/libc.in b/config/libc.in index 42fe2729..de6955e1 100644 --- a/config/libc.in +++ b/config/libc.in @@ -19,7 +19,7 @@ config LIBC_VERSION So if you want to be able to re-build your toolchain later, you will have to save your C library tarball by yourself. -source config.gen/libc.in +source "config.gen/libc.in" config LIBC_SUPPORT_NPTL bool -- cgit v1.2.3