mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/lib/byobu/date:
- need a whitespace
This commit is contained in:
parent
838aa65d57
commit
6b43fe6915
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue