diff options
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 666656f8..d946db99 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -117,10 +117,10 @@ if [ "${opt}" = -w ]; then printf "^ Target " printf "^ Status " printf "^ Kernel headers\\\\\\\\ version ^" - printf "^ binutils version " + printf "^ binutils\\\\\\\\ version " printf "^ C compiler\\\\\\\\ version ^" - printf "^ C library version ^" - printf "^ Threading model " + printf "^ C library\\\\\\\\ version ^" + printf "^ Threading\\\\\\\\ model " printf "^ Floating point\\\\\\\\ support " printf "^ Languages " printf "^ Initially\\\\\\\\ reported by " |