From 0473aef0a03b5f2ffc4046e932efb268d387f27a Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 6 Jul 2011 02:59:39 +0000 Subject: [PATCH] output tweak --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 8c103e6..222995f 100755 --- a/inxi +++ b/inxi @@ -6637,7 +6637,7 @@ 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 " fi