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:
Dustin Kirkland 2010-04-27 08:53:24 -05:00
commit 5a41a4dbd9
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

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

View file

@ -28,4 +28,4 @@ if [ ! -r "$HOME/.byobu/disable-autolaunch" ]; then
exec /usr/bin/byobu
fi
fi
true
false