Merge lp:~trcjr/byobu/master into lp:byobu

Proposed by Theodore Campbell
Status: Merged
Merged at revision: 1635
Proposed branch: lp:~trcjr/byobu/master
Merge into: lp:byobu
Diff against target: 11 lines (+2/-2)
1 file modified
usr/lib/byobu/.constants (+2/-2)
To merge this branch: bzr merge lp:~trcjr/byobu/master
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+74890@code.launchpad.net

Description of the change

Fix for BUG #846576

To post a comment you must log in.

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-08-16 21:27:40 +0000
3+++ usr/lib/byobu/.constants 2011-09-10 18:11:19 +0000
4@@ -63,5 +63,5 @@
5 esac
6
7 # MacOS Support
8-command -v gsed >/dev/null && export SED="gsed" || export SED="sed"
9-command -v greadlink >/dev/null && export READLINK="greadlink" || export READLINK="readlink"
10+command -v gsed >/dev/null 2>&1 && export SED="gsed" || export SED="sed"
11+command -v greadlink >/dev/null 2>&1 && export READLINK="greadlink" || export READLINK="readlink"

Subscribers

People subscribed via source and target branches