mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
usr/lib/byobu/services: finally fix that nagging, mysterious whitespace
This commit is contained in:
parent
7608e8eb34
commit
5c1a5d1b63
2 changed files with 2 additions and 0 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -69,4 +69,5 @@ for i in $SERVICES; do
|
|||
;;
|
||||
esac
|
||||
done
|
||||
[ -n "$output" ] || exit 0
|
||||
printf "$(color w c)${output#,}$(color -) "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue