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/showSamples.sh | |
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/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 32986a66..d96d0c59 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -14,6 +14,7 @@ export GREP_OPTIONS= # Dump a single sample +# Note: we can quite safely used the non-mangled .config.2 dump_single_sample() { local verbose=0 local complibs |