* usr/lib/byobu/date:

- add trailing whitespace back
This commit is contained in:
Dustin Kirkland 2011-06-27 13:21:39 +00:00
commit c17e09aada
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -30,6 +30,8 @@ byobu (4.14) unreleased; urgency=low
- add copyright headers, install constants - add copyright headers, install constants
* usr/bin/byobu-status: * usr/bin/byobu-status:
- import constants - import constants
* usr/lib/byobu/date:
- add trailing whitespace back
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 16:16:29 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Jun 2011 16:16:29 -0500

View file

@ -26,7 +26,7 @@ __date_detail() {
__date() { __date() {
bd=$(date "+%m%d") bd=$(date "+%m%d")
[ "$bd" = "0320" ] && msg="$(echo SGFwcHkgQmlydGhkYXkgU2NyZWVuIC0tIGh0dHA6Ly9iaXQubHkvc2NyZWVuLWJkYXkK | base64 -di)" && screen -X -S "byobu" at "*" echo "[$msg]" [ "$bd" = "0320" ] && msg="$(echo SGFwcHkgQmlydGhkYXkgU2NyZWVuIC0tIGh0dHA6Ly9iaXQubHkvc2NyZWVuLWJkYXkK | base64 -di)" && screen -X -S "byobu" at "*" echo "[$msg]"
printf "\005Y-\005m-\005d" color none; printf "\005Y-\005m-\005d"; color --
} }
# vi: syntax=sh ts=4 noexpandtab # vi: syntax=sh ts=4 noexpandtab