New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80932


Ignore:
Timestamp:
07/21/11 13:01:05 (4 years ago)
Author:
jmr@…
Message:

move setting of LANG to the right place so it sticks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/macports1.0/macports.tcl

    r80928 r80932  
    484484    # Set the system encoding to utf-8 
    485485    encoding system utf-8 
    486     set env(LANG) en_US.UTF-8 
    487486 
    488487    # Ensure that the macports user directory exists if HOME is defined 
     
    849848        } 
    850849    } 
     850 
     851    # make tools we run operate in UTF-8 mode 
     852    set env(LANG) en_US.UTF-8 
    851853 
    852854    if {![info exists xcodeversion] || ![info exists xcodebuildcmd]} { 
Note: See TracChangeset for help on using the changeset viewer.