summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-31 18:28:12 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-31 18:28:12 (GMT)
commita86bd90cbb5f42874de6368c9d2297507783edc7 (patch)
tree10e53c40cacd384fb0a08ef5da9a6fd265d21b0d
parent6bfe4b1550a1d4153c63aa480b37691d57fbd386 (diff)
Indent the samples list.
/trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
-rwxr-xr-xscripts/showSamples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index 43150c4..4503db5 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -25,7 +25,7 @@ dump_single_sample() {
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 "]"