aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-07-24 21:27:14 +0000
committerBill Nottingham <notting@redhat.com>2002-07-24 21:27:14 +0000
commit028c97436177229002c0ad6e642b79346ccfbca6 (patch)
tree9b7d35eda08550c059a8e37ec2b9ff6b46a0840f /lang.csh
parentff90b1a98e3627d9528f9f9d45cb9aff00c95211 (diff)
downloadinitscripts-028c97436177229002c0ad6e642b79346ccfbca6.tar
initscripts-028c97436177229002c0ad6e642b79346ccfbca6.tar.gz
initscripts-028c97436177229002c0ad6e642b79346ccfbca6.tar.bz2
initscripts-028c97436177229002c0ad6e642b79346ccfbca6.tar.xz
initscripts-028c97436177229002c0ad6e642b79346ccfbca6.zip
oops, UTF-8 can have @euro
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang.csh b/lang.csh
index 48aec773..7865d108 100755
--- a/lang.csh
+++ b/lang.csh
@@ -61,8 +61,8 @@ if ($sourced == 1) then
endif
if ($?LANG) then
switch ($LANG)
- case *.utf8:
- case *.UTF-8:
+ case *.utf8*:
+ case *.UTF-8*:
if ( $?TERM ) then
if ( "$TERM" == "linux" ) then
if ( `/sbin/consoletype` == "vt" ) then