* usr/lib/byobu/include/constants:

- ensure that we have something in BYOBU_ULIMIT
This commit is contained in:
Dustin Kirkland 2013-02-15 15:06:59 -06:00
commit 41e25c2493
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ byobu (5.34) unreleased; urgency=low
* debian/rules: * debian/rules:
- check bash syntax at build time, to avoid LP: #1119446, #1119345 again - check bash syntax at build time, to avoid LP: #1119446, #1119345 again
* usr/lib/byobu/include/constants:
- ensure that we have something in BYOBU_ULIMIT
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 08 Feb 2013 14:48:02 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 08 Feb 2013 14:48:02 -0600

View file

@ -102,7 +102,7 @@ $BYOBU_TEST sensible-pager >/dev/null 2>&1 && export BYOBU_PAGER="sensible-pager
$BYOBU_SED --follow-symlinks "s///" </dev/null 2>/dev/null && BYOBU_SED="$BYOBU_SED --follow-symlinks" || true $BYOBU_SED --follow-symlinks "s///" </dev/null 2>/dev/null && BYOBU_SED="$BYOBU_SED --follow-symlinks" || true
# Determine if we have ulimit support # Determine if we have ulimit support
$BYOBU_TEST ulimit >/dev/null 2>&1 && export BYOBU_ULIMIT="ulimit" || export BYOBU_ULIMIT= $BYOBU_TEST ulimit >/dev/null 2>&1 && export BYOBU_ULIMIT="ulimit" || export BYOBU_ULIMIT="false"
# Default colors # Default colors
export BYOBU_DARK="black" export BYOBU_DARK="black"