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:
Yann E. MORIN" 2009-11-25 23:40:25 +01:00
parent 5d3fc8dfc6
commit acba361851

View File

@ -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'