mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
usr/bin/byobu-launcher: return false, if byobu doesn't launch because
TERM=dumb, LP: #654608
This commit is contained in:
parent
e0fbdf20a6
commit
6b2b147f8b
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (3.6) unreleased; urgency=low
|
byobu (3.6) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
[ Ryan Thompson ]
|
||||||
|
* usr/bin/byobu-launcher: return false, if byobu doesn't launch because
|
||||||
|
TERM=dumb, LP: #654608
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 15 Sep 2010 13:31:03 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 15 Sep 2010 13:31:03 -0600
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ if [ ! -e "$HOME/.byobu/disable-autolaunch" ]; then
|
||||||
;;
|
;;
|
||||||
dumb)
|
dumb)
|
||||||
# Dumb terminal, don't launch
|
# Dumb terminal, don't launch
|
||||||
exit 0
|
false
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
exec $BYOBU_PREFIX/bin/byobu "$@"
|
exec $BYOBU_PREFIX/bin/byobu "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue