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 ))