mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Indent the samples list.
/trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
6bfe4b1550
commit
a86bd90cbb
@ -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 "]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user