* usr/lib/byobu/network:

- fix network threshold handling, which was not working properly
This commit is contained in:
Dustin Kirkland 2011-06-14 16:06:15 -05:00
commit dc0947c6c8
2 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View file

@ -3,6 +3,8 @@ byobu (4.12) unreleased; urgency=low
* usr/bin/byobu-launch: * usr/bin/byobu-launch:
- support users who chose to set LC_BYOBU=0, since - support users who chose to set LC_BYOBU=0, since
LC_* are passed over SSH by default in Debian/Ubuntu LC_* are passed over SSH by default in Debian/Ubuntu
* usr/lib/byobu/network:
- fix network threshold handling, which was not working properly
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Jun 2011 23:37:24 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Jun 2011 23:37:24 -0500

View file

@ -93,9 +93,7 @@ for i in up down; do
fi fi
;; ;;
esac esac
fi
fi
if [ "$rate" != "0" ]; then
color b m w; printf "%s%s" "$symbol" "$rate"; color -; color m w; printf "%s" "$unit"; color -- color b m w; printf "%s%s" "$symbol" "$rate"; color -; color m w; printf "%s" "$unit"; color --
fi fi
fi
done done