Merge lp:~mathiaz/byobu/launcher-exists into lp:byobu

Proposed by Mathias Gug
Status: Merged
Merged at revision: not available
Proposed branch: lp:~mathiaz/byobu/launcher-exists
Merge into: lp:byobu
Diff against target: None lines
To merge this branch: bzr merge lp:~mathiaz/byobu/launcher-exists
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
Review via email: mp+11229@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'byobu-launcher-install'
--- byobu-launcher-install 2009-06-23 07:30:59 +0000
+++ byobu-launcher-install 2009-09-04 19:42:27 +0000
@@ -23,7 +23,7 @@
23install_launcher() {23install_launcher() {
24 dest=$124 dest=$1
25 launcher="byobu-launcher"25 launcher="byobu-launcher"
26 launcher_line="\`echo \$- | grep -qs i\` && $launcher"26 launcher_line="\`echo \$- | grep -qs i\` && which $launcher > /dev/null && $launcher"
27 # Add it at the end27 # Add it at the end
28 echo "$launcher_line" >> "$dest"28 echo "$launcher_line" >> "$dest"
29 # Hush login, since byobu will handle motd printing29 # Hush login, since byobu will handle motd printing
3030
=== modified file 'debian/changelog'
--- debian/changelog 2009-09-01 00:30:20 +0000
+++ debian/changelog 2009-09-04 19:42:27 +0000
@@ -1,7 +1,12 @@
1byobu (2.31) unreleased; urgency=low1byobu (2.31) unreleased; urgency=low
22
3 [ Dustin Kirkland ]
3 * UNRELEASED4 * UNRELEASED
45
6 [ Mathias Gug ]
7 * Check that byobu-launcher exists before calling it (chroots use the same
8 .profile as the main system but may not have byobu installed).
9
5 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 31 Aug 2009 19:30:20 -050010 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 31 Aug 2009 19:30:20 -0500
611
7byobu (2.30-0ubuntu1) karmic; urgency=low12byobu (2.30-0ubuntu1) karmic; urgency=low

Subscribers

People subscribed via source and target branches