# HG changeset patch # User "Yann E. MORIN" # Date 1220390087 0 # Node ID 7e90583334e0417b625b72d1cef4dad4b9af9164 # Parent cc4590c03dd167f726044b2ff88c573d349f436c Beautify samples listing. /trunk/scripts/showSamples.sh | 8 4 4 0 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff -r cc4590c03dd1 -r 7e90583334e0 scripts/showSamples.sh --- a/scripts/showSamples.sh Tue Sep 02 19:50:45 2008 +0000 +++ b/scripts/showSamples.sh Tue Sep 02 21:14:47 2008 +0000 @@ -25,10 +25,10 @@ fi . "${sample_top}/samples/${sample}/crosstool.config" if [ -z "${wiki}" ]; then - printf " %-*s (%s" ${width} "${sample}" "${sample_type}" - [ -f "${sample_top}/samples/${sample}/broken" ] && printf ",B" - [ "${CT_EXPERIMENTAL}" = "y" ] && printf ",X" - echo ")" + printf " %-*s [%s" ${width} "${sample}" "${sample_type}" + [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B" || printf " " + [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X" || printf " " + echo "]" if [ ${verbose} -ne 0 ]; then echo " OS : ${CT_KERNEL}-${CT_KERNEL_VERSION}" if [ "${CT_GMP_MPFR}" = "y" ]; then