* usr/lib/byobu/date:

- need a whitespace
This commit is contained in:
Dustin Kirkland 2011-07-28 00:50:03 -05:00
commit 6b43fe6915
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -27,6 +27,8 @@ byobu (4.23) unreleased; urgency=low
usr/lib/byobu/.constants, usr/share/byobu/profiles/tmux: usr/lib/byobu/.constants, usr/share/byobu/profiles/tmux:
- use new color methods, better tmux support - use new color methods, better tmux support
- quiet killing of statusd - quiet killing of statusd
* usr/lib/byobu/date:
- need a whitespace
-- 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

@ -26,7 +26,7 @@ __date_detail() {
__date() { __date() {
case "$BYOBU_BACKEND" in case "$BYOBU_BACKEND" in
tmux) tmux)
date +"%Y-%m-%d" date +"%Y-%m-%d "
;; ;;
*) *)
bd=$(date "+%m%d") bd=$(date "+%m%d")