* usr/lib/byobu/logo:

- revert whitespace required by statusd
This commit is contained in:
Dustin Kirkland 2011-07-28 00:00:25 -05:00
commit a38cf035ee
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View file

@ -8,6 +8,8 @@ byobu (4.23) unreleased; urgency=low
- LP: #814264, #816871 - LP: #814264, #816871
* usr/bin/byobu-janitor: * usr/bin/byobu-janitor:
- kill lingering byobu-statusd processes - kill lingering byobu-statusd processes
* usr/lib/byobu/logo:
- revert whitespace required by statusd
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 24 Jul 2011 14:23:38 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 24 Jul 2011 14:23:38 -0500

View file

@ -116,7 +116,6 @@ __logo() {
$MARKUP && printf "$(color b k W)%s$(color -)" "$logo" || printf " $logo " $MARKUP && printf "$(color b k W)%s$(color -)" "$logo" || printf " $logo "
;; ;;
esac esac
printf " "
} }
# vi: syntax=sh ts=4 noexpandtab # vi: syntax=sh ts=4 noexpandtab