Skip to content

Commit cb23a7c

Browse files
committed
Set the LANG environment variable
1 parent 8364264 commit cb23a7c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Where to find the ghc and cabal executables
22
export PATH="/opt/ghc/7.8.3/bin:/opt/cabal/1.20/bin:$PATH"
3+
export LANG=en_US.UTF-8

toolset/setup/linux/languages/haskell78.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ RETCODE=$(fw_exists /opt/ghc/7.8.3/bin/ghc)
44
[ ! "$RETCODE" == 0 ] || { return 0; }
55

66
lsb_release -a
7+
env
8+
9+
export LANG=en_US.UTF-8
710

811
sudo add-apt-repository -y ppa:hvr/ghc
912
sudo apt-get update

0 commit comments

Comments
 (0)