diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-31 18:28:12 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-31 18:28:12 +0000 |
commit | a86bd90cbb5f42874de6368c9d2297507783edc7 (patch) | |
tree | 10e53c40cacd384fb0a08ef5da9a6fd265d21b0d /scripts/showSamples.sh | |
parent | 6bfe4b1550a1d4153c63aa480b37691d57fbd386 (diff) | |
download | crosstool-ng-a86bd90cbb5f42874de6368c9d2297507783edc7.tar.gz crosstool-ng-a86bd90cbb5f42874de6368c9d2297507783edc7.tar.bz2 crosstool-ng-a86bd90cbb5f42874de6368c9d2297507783edc7.zip |
Indent the samples list.
/trunk/scripts/showSamples.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 43150c49..4503db51 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 "]" |