blob: 45a48aca36701199a1be4cf122c426b09af6a079 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
From 9cb5ad198d4ebb1d51441ee81db0bdc63e22bf1c Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 17 May 2013 09:18:52 +0000
Subject: [PATCH] profile: set LANG=en.utf8
fixes utf8 in busybox
---
profile | 1 +
1 file changed, 1 insertion(+)
diff --git a/profile b/profile
index bb99d29..5144f7d 100644
--- a/profile
+++ b/profile
@@ -1,4 +1,5 @@
export CHARSET=UTF-8
+export LANG=en.utf8
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
export PAGER=less
export PS1='\h:\w\$ '
--
1.8.2.3
|