diff options
Diffstat (limited to 'main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch')
-rw-r--r-- | main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch b/main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch new file mode 100644 index 0000000000..ee7f1c542f --- /dev/null +++ b/main/alpine-baselayout/0001-profile-set-system-environment-charset-to-UTF-8.patch @@ -0,0 +1,21 @@ +From 43c026c2ef8e63726aff987b7c7b65039aa8d455 Mon Sep 17 00:00:00 2001 +From: William Pitcock <nenolod@dereferenced.org> +Date: Mon, 14 Mar 2011 11:32:45 -0500 +Subject: [PATCH] profile: set system environment charset to UTF-8 + +--- + profile | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/profile b/profile +index a292008..3480248 100644 +--- a/profile ++++ b/profile +@@ -1,3 +1,4 @@ ++export CHARSET=UTF-8 + export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PAGER=less + export PS1='\h:\w\$ ' +-- +1.7.4.1 + |