diff options
author | Bill Nottingham <notting@redhat.com> | 1999-03-23 15:51:43 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-03-23 15:51:43 +0000 |
commit | d7c47ea2832999a60d7d6792e20f115b76c45f3e (patch) | |
tree | 001542f981e63334b827e9c09984398732f57bcb /lang.sh | |
parent | bc2bc040691ccd95f1c120e9a2a7cbcf69bcb9fe (diff) | |
download | initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.tar initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.tar.gz initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.tar.bz2 initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.tar.xz initscripts-d7c47ea2832999a60d7d6792e20f115b76c45f3e.zip |
fix for koi8-r
Diffstat (limited to 'lang.sh')
-rwxr-xr-x | lang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ if [ -f /etc/sysconfig/i18n ]; then if [ -n "$SYSFONTACM" ]; then case $SYSFONTACN in - iso01*|iso02*|iso15*) + iso01*|iso02*|iso15*|koi*) LESSCHARSET=latin1 INPUTRC=/etc/inputrc export LESSCHARSET INPUTRC |