mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* screen-launcher: slightly cleaner bash exit (still could use some
improvement) Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
a7203a8060
commit
aebb481a00
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -2,8 +2,10 @@ byobu (2.9) unreleased; urgency=low
|
||||||
|
|
||||||
* bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin
|
* bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin
|
||||||
in iwconfig and ifconfig paths
|
in iwconfig and ifconfig paths
|
||||||
|
* screen-launcher: slightly cleaner bash exit (still could use some
|
||||||
|
improvement)
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 05 Jun 2009 09:26:03 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 08 Jun 2009 11:25:02 -0500
|
||||||
|
|
||||||
byobu (2.8-0ubuntu1) karmic; urgency=low
|
byobu (2.8-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
# Ensure that the PROMPT_COMMAND gets printed, such that gnome-terminal
|
# Ensure that the PROMPT_COMMAND gets printed, such that gnome-terminal
|
||||||
# and friends can pick it up before going into screen
|
# and friends can pick it up before going into screen
|
||||||
[ -x /bin/bash ] && /bin/true | /bin/bash -i -s
|
[ -x /bin/bash ] && echo | /bin/bash -i -s
|
||||||
|
|
||||||
out=`screen -ls 2>/dev/null` || true
|
out=`screen -ls 2>/dev/null` || true
|
||||||
if echo "$out" | grep -qsi "^No Sockets found in "; then
|
if echo "$out" | grep -qsi "^No Sockets found in "; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue