From 77fe7b18559ae4b4f33958f5e6c190a09e7fb0dc Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 14 Mar 2014 04:58:19 +0000 Subject: [PATCH] more adjustments --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 92a9072..7a23e67 100755 --- a/inxi +++ b/inxi @@ -2641,7 +2641,7 @@ print_lines_basic() 1) indent_full=$indent_main # temp_count=$( wc -c <<< $2 ) temp_count=${#2} - if [[ $temp_count -lt $indent_full ]];then + if [[ $temp_count -le $indent_full ]];then indent_working=$indent_full else indent_working=$temp_count #$(( $temp_count + 1 ))