mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* 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:
parent
2f1317e7e7
commit
9967767db0
2 changed files with 3 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue