From e190682b9d2c2921ee453b11ddb09ecbd5d80ef3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 24 Apr 2011 16:14:41 +0200 Subject: scripts: small eye-candy in the wiki table Signed-off-by: "Yann E. MORIN" --- scripts/showSamples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 00490a9c..32986a66 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -126,7 +126,7 @@ dump_single_sample() { printf " ${CT_LIBC_VERSION} " fi printf "| ${CT_THREADS:-none} " - printf "| ${CT_ARCH_FLOAT_HW:+hard}${CT_ARCH_FLOAT_SW:+soft} float " + printf "| ${CT_ARCH_FLOAT_HW:+hard}${CT_ARCH_FLOAT_SW:+soft} " printf "| C" [ "${CT_CC_LANG_CXX}" = "y" ] && printf ", C++" [ "${CT_CC_LANG_FORTRAN}" = "y" ] && printf ", Fortran" -- cgit v1.2.3