* usr/bin/byobu-config.in: LP: #1383669

- revert commit to LP: #1316050, which hardcoded LANG=C
  - this should fix rendering of Japanese characters in the menu
This commit is contained in:
Dustin Kirkland 2015-03-23 12:27:22 -05:00
commit 9967767db0
2 changed files with 3 additions and 1 deletions

3
debian/changelog vendored
View file

@ -2,6 +2,9 @@ byobu (5.92) unreleased; urgency=medium
* usr/bin/byobu-launcher-install.in: LP: #1396959
- silence warnings if byobu-launch doesn't exist (e.g., uninstalled it)
* usr/bin/byobu-config.in: LP: #1383669
- revert commit to LP: #1316050, which hardcoded LANG=C
- this should fix rendering of Japanese characters in the menu
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 07 Mar 2015 18:59:37 -0500

View file

@ -20,6 +20,5 @@
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"