From acba36185126690a6dfed9bf13dec182ab40a278 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 25 Nov 2009 23:40:25 +0100 Subject: 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 --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 13e5a3f..5d93e98 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -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' -- cgit v0.10.2-6-g49f6