Merge lp:~james-s-spencer/byobu/syntax-fix into lp:byobu

Proposed by James Spencer
Status: Merged
Merged at revision: 1507
Proposed branch: lp:~james-s-spencer/byobu/syntax-fix
Merge into: lp:byobu
Diff against target: 12 lines (+1/-1)
1 file modified
usr/lib/byobu/.constants (+1/-1)
To merge this branch: bzr merge lp:~james-s-spencer/byobu/syntax-fix
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+66714@code.launchpad.net

Description of the change

Fix crash due to a syntax error in usr/lib/.constants.

To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Doh. Thanks!

:-Dustin

(with apologies for brevity; sent from my phone)
On Jul 3, 2011 8:33 AM, "James Spencer" <email address hidden> wrote:
> James Spencer has proposed merging lp:~james-s-spencer/byobu/syntax-fix
into lp:byobu.
>
> Requested reviews:
> Dustin Kirkland (kirkland)
>
> For more details, see:
> https://code.launchpad.net/~james-s-spencer/byobu/syntax-fix/+merge/66714
>
> Fix crash due to a syntax error in usr/lib/.constants.
> --
> https://code.launchpad.net/~james-s-spencer/byobu/syntax-fix/+merge/66714
> You are requested to review the proposed merge of
lp:~james-s-spencer/byobu/syntax-fix into lp:byobu.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usr/lib/byobu/.constants'
2--- usr/lib/byobu/.constants 2011-06-30 23:34:51 +0000
3+++ usr/lib/byobu/.constants 2011-07-03 07:33:31 +0000
4@@ -21,7 +21,7 @@
5 PKG="byobu"
6
7 # Support two different backends (screen/tmux)
8-if [ -z "$BYOBU_BACKEND" ];
9+if [ -z "$BYOBU_BACKEND" ]; then
10 [ -r "/etc/byobu/backend" ] && . "/etc/byobu/backend"
11 [ -r "$BYOBU_CONFIG_DIR/backend" ] && . "$BYOBU_CONFIG_DIR/backend"
12 fi

Subscribers

People subscribed via source and target branches