From aebb481a00dfc9f346c3566a529f6d4a227ecb5f Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 8 Jun 2009 11:25:45 -0500 Subject: [PATCH] * screen-launcher: slightly cleaner bash exit (still could use some improvement) Signed-off-by: Dustin Kirkland --- debian/changelog | 4 +++- screen-launcher | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 22b1aa62..05c095cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 05 Jun 2009 09:26:03 -0500 + -- Dustin Kirkland Mon, 08 Jun 2009 11:25:02 -0500 byobu (2.8-0ubuntu1) karmic; urgency=low diff --git a/screen-launcher b/screen-launcher index 87da1654..92a9a25b 100755 --- a/screen-launcher +++ b/screen-launcher @@ -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