summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/14locales4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/live-bottom/14locales b/scripts/live-bottom/14locales
index 58f7e82..022a605 100755
--- a/scripts/live-bottom/14locales
+++ b/scripts/live-bottom/14locales
@@ -116,8 +116,8 @@ then
really_export LANG
- printf 'LANG="%s"\n' "${LANG}" >> /root/etc/default/locale
- printf 'LANG="%s"\n' "${LANG}" >> /root/etc/environment
+ printf 'LANG="%s"\n' "${LANG}" > /root/etc/default/locale
+ printf 'LANG="%s"\n' "${LANG}" > /root/etc/environment
printf '%s %s\n' "${LANG}" "${codepage}" > /root/etc/locale.gen
if [ -z "${SILENT}" ]