mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
usr/bin/byobu-launcher: ensure that if user does not want a nested
session, they still get a local shell
This commit is contained in:
parent
a5d9b48cbf
commit
5a41a4dbd9
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
|||
byobu (2.73) unreleased; urgency=low
|
||||
|
||||
* usr/bin/byobu-reconnect-sockets: look for gpg sessions quietly
|
||||
* usr/bin/byobu-launcher: ensure that if user does not want a nested
|
||||
session, they still get a local shell
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 26 Apr 2010 19:25:51 -0500
|
||||
|
||||
|
|
|
@ -28,4 +28,4 @@ if [ ! -r "$HOME/.byobu/disable-autolaunch" ]; then
|
|||
exec /usr/bin/byobu
|
||||
fi
|
||||
fi
|
||||
true
|
||||
false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue