summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-25 22:40:25 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-25 22:40:25 (GMT)
commitacba36185126690a6dfed9bf13dec182ab40a278 (patch)
tree3f79af212d2161e87a9674dd41ea8617d7ee5791 /scripts/showSamples.sh
parent5d3fc8dfc6614689796f4fe4af2ccf94a45fb921 (diff)
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).
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh4
1 files changed, 2 insertions, 2 deletions
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'