mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
Fix bashism in byobu script (LP: #418273)
This commit is contained in:
parent
447ae5e831
commit
4fc08f0287
2 changed files with 3 additions and 3 deletions
2
byobu
2
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) - ${PKG}\007"
|
||||
printf "\033]0;${USER}@$(hostname) - ${PKG}\007"
|
||||
|
||||
# Launch motd+shell, unless the user has default windows set to launch
|
||||
[ -n "$SHELL" ] || SHELL="/bin/sh"
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,8 +1,8 @@
|
|||
byobu (2.28) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* Fix bashism in byobu script (LP: #418273)
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 17 Aug 2009 16:32:52 -0500
|
||||
-- Daniel Hahler <ubuntu@thequod.de> Mon, 24 Aug 2009 21:10:46 +0200
|
||||
|
||||
byobu (2.27-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue