unbold the B in disk

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-07-06 00:41:22 -05:00
commit 744bdcd5bb

View file

@ -30,4 +30,4 @@ case $MP in
/dev/*) MP=`grep "$MP" /proc/mounts | awk '{print $2}'` ;;
esac
df -h -P "$MP" | tail -n 1 | awk '{printf "\005{=b MW}%sB\005{-}\005{= MW},%s\005{-} ", $2, $5}'
df -h -P "$MP" | tail -n 1 | awk '{printf "\005{=b MW}%s\005{-}\005{= MW}B,%s\005{-} ", $2, $5}'