scripts: fix WiKi table generation
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Nov 25 23:40:25 2009 +0100 (2009-11-25)
changeset 16570da038fd747b
parent 1656 d751ce690248
child 1658 5eccb5e9b3eb
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).
scripts/showSamples.sh
     1.1 --- a/scripts/showSamples.sh	Wed Nov 25 23:13:05 2009 +0100
     1.2 +++ b/scripts/showSamples.sh	Wed Nov 25 23:40:25 2009 +0100
     1.3 @@ -130,7 +130,7 @@
     1.4  done
     1.5  
     1.6  if [ "${opt}" = -w ]; then
     1.7 -    echo "^ @@DATE@@  ^ |||||||||||||"
     1.8 +    echo "^ @@DATE@@  |||||||||||||||"
     1.9      printf "^ Target "
    1.10      printf "^  Status  "
    1.11      printf "^  Host  "
    1.12 @@ -151,7 +151,7 @@
    1.13  done
    1.14  
    1.15  if [ "${opt}" = -w ]; then
    1.16 -    printf "^ Total: ${#@} samples  | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. |||||||||||||"
    1.17 +    printf "^ Total: ${#@} samples  | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': sample is curently BROKEN. ||||||||||||||"
    1.18      echo   ""
    1.19  elif [ -z "${opt}" ]; then
    1.20      echo '      l (local)       : sample was found in current directory'