From 2c3b6d2b71c3a9bcbef5157ec9eb4217b25cf685 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 19 May 2011 22:29:49 +0200 Subject: scripts: munge .config to handle array variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Transfrom array variables from pure strings (in the kconfig output) into proper bash arrays declarations, for feeding to the build scripts. Signed-off-by: "Yann E. MORIN" Signed-off-by: "Benoît THÉBAUDEAU" --- scripts/showTuple.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/showTuple.sh.in') diff --git a/scripts/showTuple.sh.in b/scripts/showTuple.sh.in index c7df08c7..9753bb52 100644 --- a/scripts/showTuple.sh.in +++ b/scripts/showTuple.sh.in @@ -17,7 +17,7 @@ exec >/dev/null rm -f "${tmp_log_file}" # Parse the configuration file -. .config +. .config.2 # Parse architecture and kernel specific functions . "${CT_LIB_DIR}/scripts/build/arch/${CT_ARCH}.sh" -- cgit v1.2.3