From 6b43fe691595bf4760e15c7405a0d94f14f356d9 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 28 Jul 2011 00:50:03 -0500 Subject: [PATCH] * usr/lib/byobu/date: - need a whitespace --- debian/changelog | 2 ++ usr/lib/byobu/date | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8ade19a8..e4d2ee08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ byobu (4.23) unreleased; urgency=low usr/lib/byobu/.constants, usr/share/byobu/profiles/tmux: - use new color methods, better tmux support - quiet killing of statusd + * usr/lib/byobu/date: + - need a whitespace -- Dustin Kirkland Sun, 24 Jul 2011 14:23:38 -0500 diff --git a/usr/lib/byobu/date b/usr/lib/byobu/date index 0f26d5b8..0c4e3e21 100755 --- a/usr/lib/byobu/date +++ b/usr/lib/byobu/date @@ -26,7 +26,7 @@ __date_detail() { __date() { case "$BYOBU_BACKEND" in tmux) - date +"%Y-%m-%d" + date +"%Y-%m-%d " ;; *) bd=$(date "+%m%d")