aboutsummaryrefslogtreecommitdiff
path: root/init.d/save-termencoding.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/save-termencoding.in')
-rw-r--r--init.d/save-termencoding.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/save-termencoding.in b/init.d/save-termencoding.in
index 378799e5..bf08de39 100644
--- a/init.d/save-termencoding.in
+++ b/init.d/save-termencoding.in
@@ -25,7 +25,7 @@ start()
# Save the encoding for use immediately at boot
if checkpath -W "$RC_LIBEXECDIR"; then
mkdir -p "$RC_LIBEXECDIR"/console
- if yesno ${unicode:-${UNICODE}}; then
+ if yesno ${unicode:-yes}; then
echo "" > "$RC_LIBEXECDIR"/console/unicode
else
rm -f "$RC_LIBEXECDIR"/console/unicode