[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH] Konfiguration: Umgebungsvariablen LC_ALL und LANG setzen
* Konfiguration: Umgebungsvariablen LC_ALL und LANG setzen, da
beispielsweise lynx direkt damit prueft, ob er UTF-8
benutzen soll.
Signed-off-by: Antoine Kaufmann <toni@xxxxxxxxxx>
---
build/root-common/config/shell/start.lsh | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/build/root-common/config/shell/start.lsh b/build/root-common/config/shell/start.lsh
index 1c47474..33e4f01 100644
--- a/build/root-common/config/shell/start.lsh
+++ b/build/root-common/config/shell/start.lsh
@@ -2,4 +2,8 @@
set PATH file:/apps;file:/system/lpt-bin
set TERM tyndur
+
+set LC_ALL de_DE.UTF-8
+set LANG de_DE.UTF-8
+
cd file:/
--
1.6.0.6