Changeset 80932
- Timestamp:
- 07/21/11 13:01:05 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/macports1.0/macports.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/macports1.0/macports.tcl
r80928 r80932 484 484 # Set the system encoding to utf-8 485 485 encoding system utf-8 486 set env(LANG) en_US.UTF-8487 486 488 487 # Ensure that the macports user directory exists if HOME is defined … … 849 848 } 850 849 } 850 851 # make tools we run operate in UTF-8 mode 852 set env(LANG) en_US.UTF-8 851 853 852 854 if {![info exists xcodeversion] || ![info exists xcodebuildcmd]} {
Note: See TracChangeset
for help on using the changeset viewer.

