From 17245bbb4fb7baa8eb1ba8efbc35d22f4d9d22ca Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 22 Jul 2009 21:40:11 -0500 Subject: [PATCH] minor change, use $PKG Signed-off-by: Dustin Kirkland --- byobu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byobu b/byobu index d4331076..08269083 100755 --- a/byobu +++ b/byobu @@ -37,7 +37,7 @@ fi byobu-janitor --force # Set window title until https://bugs.launchpad.net/bugs/338722 is fixed in screen -echo -ne "\033]0;${USER}@$(hostname) - byobu\007" +echo -ne "\033]0;${USER}@$(hostname) - ${PKG}\007" # Launch motd+shell, unless the user has default windows set to launch [ -n "$SHELL" ] || SHELL="/bin/sh"