From 21ba09024d45cc1e5a94cd62484004cda50ddb51 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 23 Nov 1996 02:31:40 +0000 Subject: Understand ru_RU too --- contrib/groff/nroff/nroff.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'contrib/groff/nroff') diff --git a/contrib/groff/nroff/nroff.sh b/contrib/groff/nroff/nroff.sh index 05b953b..02cd72f 100755 --- a/contrib/groff/nroff/nroff.sh +++ b/contrib/groff/nroff/nroff.sh @@ -8,7 +8,8 @@ if test `expr "$LC_CTYPE" : ".*\.ISO_8859-1"` -gt 0 || \ then T=-Tlatin1 else -if test "X$LC_CTYPE" = "Xru_SU.KOI8-R" || test "X$LANG" = "Xru_SU.KOI8-R" +if test `expr "$LC_CTYPE" : ".*\.KOI8-R"` -gt 0 || \ + test `expr "$LANG" : ".*\.KOI8-R"` -gt 0 then T=-Tkoi8-r else -- cgit v1.1