# HG changeset patch # User "Yann E. MORIN" # Date 1225477692 0 # Node ID c2d7619cce21c29d314ff728d0991c1d4fcf96e3 # Parent 7b3e8b8d392ed4896eefa4ba974696041075a9f6 Indent the samples list. /trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 7b3e8b8d392e -r c2d7619cce21 scripts/showSamples.sh --- a/scripts/showSamples.sh Fri Oct 31 18:27:27 2008 +0000 +++ b/scripts/showSamples.sh Fri Oct 31 18:28:12 2008 +0000 @@ -25,7 +25,7 @@ fi . "${sample_top}/samples/${sample}/crosstool.config" if [ -z "${wiki}" ]; then - 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 "]"