mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* byobu-launcher: drop "Launching byobu", since this ends up in the
bash history, LP: #400275 Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
8c2897f09f
commit
168b2ebff7
2 changed files with 4 additions and 3 deletions
|
@ -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 ] && echo "echo '# Launching Byobu...'" | /bin/bash -i -s 2>/dev/null
|
||||
[ -x /bin/bash ] && echo | /bin/bash -i -s 2>/dev/null
|
||||
|
||||
out=`screen -ls 2>/dev/null` || true
|
||||
if echo "$out" | grep -qsi "^No Sockets found in "; then
|
||||
|
|
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
|||
byobu (2.21) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* byobu-launcher: drop "Launching byobu", since this ends up in the
|
||||
bash history, LP: #400275
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 12 Jul 2009 14:43:59 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 20 Jul 2009 15:12:22 -0500
|
||||
|
||||
byobu (2.20-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue