usr/lib/byobu/services: finally fix that nagging, mysterious whitespace

This commit is contained in:
Dustin Kirkland 2011-02-01 11:24:03 -08:00
commit 5c1a5d1b63
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View file

@ -2,6 +2,7 @@ byobu (3.28) unreleased; urgency=low
* usr/lib/byobu/wifi_quality: don't show wifi-quality if connectivity == 0
* usr/lib/byobu/disk_io: don't show disk_io if rate = 0
* usr/lib/byobu/services: finally fix that nagging, mysterious whitespace
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 28 Jan 2011 17:12:27 -0600

View file

@ -69,4 +69,5 @@ for i in $SERVICES; do
;;
esac
done
[ -n "$output" ] || exit 0
printf "$(color w c)${output#,}$(color -) "