output fix

This commit is contained in:
inxi-svn 2008-10-29 06:59:59 +00:00
parent 7bec613de9
commit ee703d17c2

2
inxi
View file

@ -1116,7 +1116,7 @@ print_it_out()
{
local hostName=$( hostname ) i=''
local long_gfx='' long_cpu='' long_last='' long_intro='' short_full=''
local root_home_data="$( df -h -T | egrep '(/|/boot|/var|/home)$' | C1=${C1} C2=${C2} awk '{print ENVIRON["C1"]"Partition:"ENVIRON["C2"], $7, ENVIRON["C1"]"- ", ENVIRON["C1"]"Size:"ENVIRON["C2"], $3, ENVIRON["C1"]"Used:"ENVIRON["C2"], $4, "(", $6, ")"}' )"
local root_home_data="$( df -h -T | egrep '(/|/boot|/var|/home)$' | C1=${C1} C2=${C2} awk '{print ENVIRON["C1"]"Partition:"ENVIRON["C2"], $7, ENVIRON["C1"]"- ", ENVIRON["C1"]"size:"ENVIRON["C2"], $3, ENVIRON["C1"]"used:"ENVIRON["C2"], $4, "(", $6, ")"}' )"
root_home_data=$( echo $root_home_data )
if [ "$VERBOSITY_LEVEL" -gt 0 ]