diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-25 23:40:25 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-11-25 23:40:25 +0100 |
commit | acba36185126690a6dfed9bf13dec182ab40a278 (patch) | |
tree | 3f79af212d2161e87a9674dd41ea8617d7ee5791 /scripts/showSamples.sh | |
parent | 5d3fc8dfc6614689796f4fe4af2ccf94a45fb921 (diff) | |
download | crosstool-ng-acba36185126690a6dfed9bf13dec182ab40a278.tar.gz crosstool-ng-acba36185126690a6dfed9bf13dec182ab40a278.tar.bz2 crosstool-ng-acba36185126690a6dfed9bf13dec182ab40a278.zip |
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-x | scripts/showSamples.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 13e5a3f2..5d93e984 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' |