# HG changeset patch # User "Yann E. MORIN" # Date 1259188825 -3600 # Node ID 0da038fd747bf3299df2bc005da504d1c482bf93 # Parent d751ce6902486643d5d07a674c79a7e77a3a64d0 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). diff -r d751ce690248 -r 0da038fd747b scripts/showSamples.sh --- a/scripts/showSamples.sh Wed Nov 25 23:13:05 2009 +0100 +++ b/scripts/showSamples.sh Wed Nov 25 23:40:25 2009 +0100 @@ -130,7 +130,7 @@ done if [ "${opt}" = -w ]; then - echo "^ @@DATE@@ ^ |||||||||||||" + echo "^ @@DATE@@ |||||||||||||||" printf "^ Target " printf "^ Status " printf "^ Host " @@ -151,7 +151,7 @@ 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'