From ee703d17c2bc004a1b0cdf3e07cb68704e42bc99 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 29 Oct 2008 06:59:59 +0000 Subject: [PATCH] output fix --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]