usr/lib/byobu/network: drop unnecessary unit=kbps

This commit is contained in:
Dustin Kirkland 2010-12-28 00:13:33 -06:00
commit a930aa4017
2 changed files with 1 additions and 3 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,6 @@
byobu (3.20) unreleased; urgency=low byobu (3.20) unreleased; urgency=low
* UNRELEASED * usr/lib/byobu/network: drop unnecessary unit=kbps
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Dec 2010 00:05:13 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Dec 2010 00:05:13 -0600

View file

@ -79,8 +79,6 @@ for i in up down; do
elif [ "$rate" -gt 1000 ]; then elif [ "$rate" -gt 1000 ]; then
rate=`echo "$rate" | awk '{printf "%.1f", $1/1000}'` rate=`echo "$rate" | awk '{printf "%.1f", $1/1000}'`
unit="Mbps" unit="Mbps"
else
unit="kbps"
fi fi
;; ;;
esac esac