Beautify samples listing.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Sep 02 21:14:47 2008 +0000 (2008-09-02)
changeset 8257e90583334e0
parent 824 cc4590c03dd1
child 826 73e56967ad3f
Beautify samples listing.

/trunk/scripts/showSamples.sh | 8 4 4 0 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
scripts/showSamples.sh
     1.1 --- a/scripts/showSamples.sh	Tue Sep 02 19:50:45 2008 +0000
     1.2 +++ b/scripts/showSamples.sh	Tue Sep 02 21:14:47 2008 +0000
     1.3 @@ -25,10 +25,10 @@
     1.4      fi
     1.5      . "${sample_top}/samples/${sample}/crosstool.config"
     1.6      if [ -z "${wiki}" ]; then
     1.7 -        printf "  %-*s  (%s" ${width} "${sample}" "${sample_type}"
     1.8 -        [ -f "${sample_top}/samples/${sample}/broken" ] && printf ",B"
     1.9 -        [ "${CT_EXPERIMENTAL}" = "y" ] && printf ",X"
    1.10 -        echo ")"
    1.11 +        printf "  %-*s  [%s" ${width} "${sample}" "${sample_type}"
    1.12 +        [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B" || printf " "
    1.13 +        [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X" || printf " "
    1.14 +        echo "]"
    1.15          if [ ${verbose} -ne 0 ]; then
    1.16              echo    "    OS        : ${CT_KERNEL}-${CT_KERNEL_VERSION}"
    1.17              if [ "${CT_GMP_MPFR}" = "y" ]; then