scripts/showSamples.sh
changeset 1761 88020b2c3246
parent 1659 5f26745a915c
child 1788 9547490131d9
     1.1 --- a/scripts/showSamples.sh	Thu Nov 26 00:22:17 2009 +0100
     1.2 +++ b/scripts/showSamples.sh	Tue Jan 12 19:24:03 2010 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4      . "${sample_top}/samples/${sample}/crosstool.config"
     1.5      if [ -z "${wiki}" ]; then
     1.6          t_width=13
     1.7 -        printf "    %-*s  [%s" ${width} "${sample}" "${sample_type}"
     1.8 +        printf "%-*s  [%s" ${width} "${sample}" "${sample_type}"
     1.9          [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B" || printf " "
    1.10          [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X" || printf " "
    1.11          echo "]"
    1.12 @@ -152,7 +152,7 @@
    1.13  
    1.14  for sample in "${@}"; do
    1.15      ( dump_single_sample ${opt} ${width} "${sample}" )
    1.16 -done |LC_ALL=C sort -k2
    1.17 +done
    1.18  
    1.19  if [ "${opt}" = -w ]; then
    1.20      printf "^ Total: ${#@} samples  || **X**: sample uses features marked as being EXPERIMENTAL.\\\\\\\\ **B**: sample is curently BROKEN. |||||||||||||"