mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* usr/lib/byobu/include/constants:
- ensure that we have something in BYOBU_ULIMIT
This commit is contained in:
parent
e4f2120ba2
commit
41e25c2493
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (5.34) unreleased; urgency=low
|
|||
|
||||
* debian/rules:
|
||||
- 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
# 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
|
||||
export BYOBU_DARK="black"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue