From 964d20b1c74a733c390e5460a2c7143760067376 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 31 Jan 2010 20:10:14 +0100 Subject: scripts: dump the current tuple with show-config --- scripts/showSamples.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 71135854..f6eb8b2b 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -23,6 +23,8 @@ dump_single_sample() { case "${sample}" in current) sample_type="l" + sample="${current_tuple}" + width="${#sample}" . .config ;; *) if [ -f "${CT_TOP_DIR}/samples/${sample}/crosstool.config" ]; then -- cgit v1.2.3