summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-23 19:07:54 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-23 19:07:54 (GMT)
commitaf0f7c4d335d132fa93d445586d09a482bec5b0a (patch)
tree43f461d588af3eb5d1cf7e551c72777ea402d4b3 /scripts/showSamples.sh
parent13b6242fb61f2de5dad9991add61ce185e42656c (diff)
Correctly handle the log level overide in scripts/saveSample.sh.
Little eye candy in scripts/showSamples.sh.
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index b4553d8..62a18f8 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -14,8 +14,8 @@ dump_single_sample() {
printf " %-*s" ${width} "${sample}"
[ -f "${CT_TOP_DIR}/samples/${sample}/broken" ] && printf " (broken)"
echo
- echo " | ${CT_KERNEL}-${CT_KERNEL_VERSION} binutils-${CT_BINUTILS_VERSION}"
- echo " \ ${CT_CC}-${CT_CC_VERSION} ${CT_LIBC}-${CT_LIBC_VERSION}"
+ echo " \ ${CT_KERNEL}-${CT_KERNEL_VERSION} binutils-${CT_BINUTILS_VERSION}"
+ echo " \_ ${CT_CC}-${CT_CC_VERSION} ${CT_LIBC}-${CT_LIBC_VERSION}"
}
# Get largest sample width