mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
scripts: fix WiKi table generation
The number of column in the top-most header was not updated to reflect the fact that a new column was added to show the host (for canadian crosses).
This commit is contained in:
parent
5d3fc8dfc6
commit
acba361851
@ -130,7 +130,7 @@ for sample in "${@}"; do
|
||||
done
|
||||
|
||||
if [ "${opt}" = -w ]; then
|
||||
echo "^ @@DATE@@ ^ |||||||||||||"
|
||||
echo "^ @@DATE@@ |||||||||||||||"
|
||||
printf "^ Target "
|
||||
printf "^ Status "
|
||||
printf "^ Host "
|
||||
@ -151,7 +151,7 @@ for sample in "${@}"; do
|
||||
done
|
||||
|
||||
if [ "${opt}" = -w ]; then
|
||||
printf "^ Total: ${#@} samples | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. |||||||||||||"
|
||||
printf "^ Total: ${#@} samples | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. ||||||||||||||"
|
||||
echo ""
|
||||
elif [ -z "${opt}" ]; then
|
||||
echo ' l (local) : sample was found in current directory'
|
||||
|
Loading…
Reference in New Issue
Block a user