Skip to content

Commit b4e30b4

Browse files
committed
Set locale to en_us.UTF-8 in Tmux 2.5 provision
This is important so that gawk correctly works with unicode characters, in order to make the remaining tests pass.
1 parent e66bb16 commit b4e30b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vagrant_ubuntu_provisioning_two_five.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ sudo mv tmux-${VERSION} /usr/local/src
2929
# clone a repo used later for tests
3030
git clone https://github.com/tmux-plugins/tmux-example-plugin /home/vagrant/tmux-example-plugin
3131
chown -R vagrant:vagrant /home/vagrant/tmux-example-plugin
32+
33+
sudo locale-gen "en_US.UTF-8"
34+
sudo echo LC_ALL=en_US.UFT-8 > /etc/default/locale
35+
sudo echo LANG=en_US.UFT-8 >> /etc/default/locale

0 commit comments

Comments
 (0)