mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* usr/bin/byobu-config.in:
- hard code LANG=C before launching byobu-config
This commit is contained in:
parent
d9a2d2a224
commit
3c0ac3f13e
2 changed files with 4 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue