From 78b75f2c3599c69b474c59da87e61a88076a4323 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 6 Jul 2011 05:56:59 +0000 Subject: [PATCH] got rid of inconsistent : in I line --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index e83bde9..ceab964 100755 --- a/inxi +++ b/inxi @@ -6644,9 +6644,9 @@ print_info_data() gcc_installed='N/A' fi if [[ $B_EXTRA_EXTRA_DATA == 'true' && -n ${A_GCC_VERSIONS[1]} ]];then - gcc_others=" ${C1}alt:${C2} $( tr ',' '/' <<< ${A_GCC_VERSIONS[1]} )" + gcc_others=" ${C1}alt${C2} $( tr ',' '/' <<< ${A_GCC_VERSIONS[1]} )" fi - gcc_installed="${C1}Gcc sys:${C2} $gcc_installed$gcc_others " + gcc_installed="${C1}Gcc sys${C2} $gcc_installed$gcc_others " fi fi