scripts/showSamples.sh
changeset 825 7e90583334e0
parent 822 04a1937d5f0b
child 828 f11e2ba89d7f
     1.1 --- a/scripts/showSamples.sh	Tue Sep 02 12:43:11 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