minor change, use $PKG

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-07-22 21:40:11 -05:00
commit 17245bbb4f

2
byobu
View file

@ -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"