* usr/bin/byobu-config.in:

- hard code LANG=C before launching byobu-config
This commit is contained in:
Dustin Kirkland 2014-07-26 15:09:05 -05:00
commit 3c0ac3f13e
2 changed files with 4 additions and 1 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
byobu (5.83) unreleased; urgency=medium
* UNRELEASED
[ Dustin Kirkland ]
* usr/bin/byobu-config.in:
- hard code LANG=C before launching byobu-config
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 22 Jul 2014 07:21:56 -0700

View file

@ -20,5 +20,6 @@
PKG="byobu"
[ -z "${BYOBU_PREFIX}" ] && export BYOBU_PREFIX="@prefix@" || export BYOBU_PREFIX
. "${BYOBU_PREFIX}/lib/${PKG}/include/common"
export LANG=C
${BYOBU_PYTHON} "${BYOBU_PREFIX}/lib/${PKG}/include/config.py"