mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* byobu: use -c for motd+shell, LP: #387201
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
c71d153626
commit
242fc34126
2 changed files with 3 additions and 2 deletions
2
byobu
2
byobu
|
@ -93,7 +93,7 @@ if grep -qs "^[^#]" "$HOME/.$PKG/windows"; then
|
|||
DEFAULT_WINDOW=
|
||||
else
|
||||
# User has no default windows, so launch motd+shell
|
||||
DEFAULT_WINDOW="$SHELL motd+shell"
|
||||
DEFAULT_WINDOW="$SHELL -c motd+shell"
|
||||
fi
|
||||
|
||||
# Ensure that the user's $SCREENRC at least exists
|
||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -10,11 +10,12 @@ byobu (2.11) unreleased; urgency=low
|
|||
~/.byobu/network-interface, update manpage accordingly, LP: #386364
|
||||
* byobu-export, select-screen-profile: fix bashisms
|
||||
on the read command, Debian Bug (closes: #530989)
|
||||
* byobu: use -c for motd+shell, LP: #387201
|
||||
|
||||
[ Ciemon Dunville ]
|
||||
* byobu.1: Simply added a SEE ALSO to byobu.1
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 15 Jun 2009 21:23:31 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 15 Jun 2009 22:28:12 -0500
|
||||
|
||||
byobu (2.10-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue