소스 검색

Set the LANG environment variable

Michael Snoyman 11 년 전
부모
커밋
cb23a7cc81
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frameworks/Haskell/yesod/bash_profile.sh
  2. 3 0
      toolset/setup/linux/languages/haskell78.sh

+ 1 - 0
frameworks/Haskell/yesod/bash_profile.sh

@@ -1,2 +1,3 @@
 # Where to find the ghc and cabal executables
 export PATH="/opt/ghc/7.8.3/bin:/opt/cabal/1.20/bin:$PATH"
+export LANG=en_US.UTF-8

+ 3 - 0
toolset/setup/linux/languages/haskell78.sh

@@ -4,6 +4,9 @@ RETCODE=$(fw_exists /opt/ghc/7.8.3/bin/ghc)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
 lsb_release -a
+env
+
+export LANG=en_US.UTF-8
 
 sudo add-apt-repository -y ppa:hvr/ghc
 sudo apt-get update