From e8e35000b14f4b0856d7c597103d0a24ea12ed45 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 21 Nov 2008 04:13:01 +0000 Subject: [PATCH] missed a few --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 95e6764..16d458c 100755 --- a/inxi +++ b/inxi @@ -2362,7 +2362,7 @@ print_info_data() # Some code could look superfluous but BitchX doesn't like lines not ending in a newline. F*&k that bitch! # long_last=$( echo -ne "${C1}Processes${C2} ${processes}${CN} | ${C1}Uptime${C2} ${up_time}${CN} | ${C1}Memory${C2} ${MEM}${CN}" ) - info_data=$( create_print_line "Info:" "${C1}Processes${C2} ${processes} ${CN}| ${C1}Uptime${C2} ${up_time} ${CN}| ${C1}Memory${C2} ${memory}${CN}" ) + info_data=$( create_print_line "Info:" "${C1}Processes${C2} ${processes} ${C1}Uptime${C2} ${up_time} ${C1}Memory${C2} ${memory}${CN}" ) # this only triggers if no X data is present if [[ $B_X_RUNNING != 'true' ]];then