diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-09 21:13:07 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-09 21:13:07 +0000 |
commit | 6e13d4c6cf1e7e4faa3920d60642a9a95790a6bf (patch) | |
tree | 7c2d30544388f252a7bff54edd0b563f4ff8171f /scripts/showSamples.sh | |
parent | a14b6c3dd9fbefd37a0f6d2c9d32c242ae3c462a (diff) | |
download | crosstool-ng-6e13d4c6cf1e7e4faa3920d60642a9a95790a6bf.tar.gz crosstool-ng-6e13d4c6cf1e7e4faa3920d60642a9a95790a6bf.tar.bz2 crosstool-ng-6e13d4c6cf1e7e4faa3920d60642a9a95790a6bf.zip |
Fix wiki table sample output.
/trunk/scripts/showSamples.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 339bb3be..2b5f8bed 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -85,7 +85,7 @@ done if [ "${opt}" = -w ]; then echo "^ $(date +%Y%m%d.%H%M) ^ |||||||||" printf "^ Target " - printf "^ kernel headers\\\\ version " + printf "^ kernel headers\\\\\\\\ version " printf "^ binutils version " printf "^ gcc version " printf "^ libc " |