diff --git a/inxi b/inxi index f5b5f2f..f669f0b 100755 --- a/inxi +++ b/inxi @@ -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 ]