* usr/lib/byobu/raid:

- fix degraded raid detection regression
This commit is contained in:
Dustin Kirkland 2013-03-26 11:23:39 -05:00
commit 7ba8c9ad6a
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ byobu (5.35) unreleased; urgency=low
* usr/bin/byobu:
- these ulimit tests are bash-specific
* usr/lib/byobu/raid:
- fix degraded raid detection regression
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 12 Mar 2013 23:14:29 -0500

View file

@ -28,7 +28,7 @@ __raid() {
local p msg
# Errors in your raid
case "$line" in
*\ blocks\ *\[*_*\]$)
*\ blocks\ *\[*_*\])
[ -z "${msg}" ] && msg="RAID"
;;
*%*)