Skip to content

Commit

Permalink
Set LC_ALL in environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Dellweg authored and ehelms committed Jun 6, 2019
1 parent 0245405 commit 1df6f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# vi: set ft=ruby :

ENV['LANG'] = 'en_US.UTF-8'
ENV['LC_ALL'] = 'en_US.UTF-8'
VAGRANTFILE_DIR = File.dirname(__FILE__)

require "#{VAGRANTFILE_DIR}/vagrant/lib/forklift"
Expand Down

0 comments on commit 1df6f49

Please sign in to comment.