aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 213dc81..b965e2d 100644
--- a/functions
+++ b/functions
@@ -604,7 +604,7 @@ set_consolefont() {
}
if [[ $DAEMON_LOCALE = [yY][eE][sS] ]]; then
- LANG=${LOCALE:-C}
+ export LANG=${LOCALE:-C}
if [[ -r /etc/locale.conf ]]; then
parse_envfile /etc/locale.conf "${localevars[@]}"
fi