* screen-launcher: slightly cleaner bash exit (still could use some

improvement)


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-08 11:25:45 -05:00
commit aebb481a00
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View file

@ -2,8 +2,10 @@ byobu (2.9) unreleased; urgency=low
* bin/wifi-quality, bin/network-up, bin/network-down: must use /sbin
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

View file

@ -23,7 +23,7 @@
# Ensure that the PROMPT_COMMAND gets printed, such that gnome-terminal
# 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
if echo "$out" | grep -qsi "^No Sockets found in "; then