diff options
Diffstat (limited to 'init.d/save-termencoding.in')
-rw-r--r-- | init.d/save-termencoding.in | 2 |
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 |