diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-19 22:29:49 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-05-19 22:29:49 +0200 |
commit | 2c3b6d2b71c3a9bcbef5157ec9eb4217b25cf685 (patch) | |
tree | f80f713a23dac9ce506ce7423b5a5206ed04755d /scripts/showTuple.sh.in | |
parent | c4bb88466eba7f25ab23f71859a8cff43b30f62c (diff) | |
download | crosstool-ng-2c3b6d2b71c3a9bcbef5157ec9eb4217b25cf685.tar.gz crosstool-ng-2c3b6d2b71c3a9bcbef5157ec9eb4217b25cf685.tar.bz2 crosstool-ng-2c3b6d2b71c3a9bcbef5157ec9eb4217b25cf685.zip |
scripts: munge .config to handle array variables
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" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'scripts/showTuple.sh.in')
-rw-r--r-- | scripts/showTuple.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |