diff -r 5f26745a915c -r 4baa6a9f6415 scripts/showSamples.sh --- a/scripts/showSamples.sh Thu Nov 26 00:22:17 2009 +0100 +++ b/scripts/showSamples.sh Fri Jan 15 22:21:12 2010 +0100 @@ -30,7 +30,7 @@ . "${sample_top}/samples/${sample}/crosstool.config" if [ -z "${wiki}" ]; then t_width=13 - printf " %-*s [%s" ${width} "${sample}" "${sample_type}" + printf "%-*s [%s" ${width} "${sample}" "${sample_type}" [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B" || printf " " [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X" || printf " " echo "]" @@ -152,7 +152,7 @@ for sample in "${@}"; do ( dump_single_sample ${opt} ${width} "${sample}" ) -done |LC_ALL=C sort -k2 +done if [ "${opt}" = -w ]; then printf "^ Total: ${#@} samples || **X**: sample uses features marked as being EXPERIMENTAL.\\\\\\\\ **B**: sample is curently BROKEN. |||||||||||||"