more adjustments

This commit is contained in:
inxi-svn 2014-03-14 04:58:19 +00:00
parent 58eda26bff
commit 77fe7b1855

2
inxi
View file

@ -2641,7 +2641,7 @@ print_lines_basic()
1) indent_full=$indent_main 1) indent_full=$indent_main
# temp_count=$( wc -c <<< $2 ) # temp_count=$( wc -c <<< $2 )
temp_count=${#2} temp_count=${#2}
if [[ $temp_count -lt $indent_full ]];then if [[ $temp_count -le $indent_full ]];then
indent_working=$indent_full indent_working=$indent_full
else else
indent_working=$temp_count #$(( $temp_count + 1 )) indent_working=$temp_count #$(( $temp_count + 1 ))