diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-09-02 21:14:47 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-09-02 21:14:47 +0000 |
commit | 05fc40d0ecb73f157b85850d0f085c0c2ec85504 (patch) | |
tree | 3e5be8d040be9e649b2ecfb16809bd580e75686a /scripts/showSamples.sh | |
parent | 76505c71c490c3ede47c676ede3c8522b5493a69 (diff) | |
download | crosstool-ng-05fc40d0ecb73f157b85850d0f085c0c2ec85504.tar.gz crosstool-ng-05fc40d0ecb73f157b85850d0f085c0c2ec85504.tar.bz2 crosstool-ng-05fc40d0ecb73f157b85850d0f085c0c2ec85504.zip |
Beautify samples listing.
/trunk/scripts/showSamples.sh | 8 4 4 0 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 8cfde210..8b1b3b8f 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -25,10 +25,10 @@ dump_single_sample() { fi . "${sample_top}/samples/${sample}/crosstool.config" if [ -z "${wiki}" ]; then - printf " %-*s (%s" ${width} "${sample}" "${sample_type}" - [ -f "${sample_top}/samples/${sample}/broken" ] && printf ",B" - [ "${CT_EXPERIMENTAL}" = "y" ] && printf ",X" - echo ")" + printf " %-*s [%s" ${width} "${sample}" "${sample_type}" + [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B" || printf " " + [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X" || printf " " + echo "]" if [ ${verbose} -ne 0 ]; then echo " OS : ${CT_KERNEL}-${CT_KERNEL_VERSION}" if [ "${CT_GMP_MPFR}" = "y" ]; then |