diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-03 18:44:04 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-11-03 18:44:04 +0000 |
commit | c0a5046d0e398d5576cd66a33269728e73384d4c (patch) | |
tree | fc330e3201d5bb5080b0739c7d21e117243ace8e /www/webglimpse/files/patch-aq | |
parent | Update to v1.20. (diff) |
narrow localization to LC_CTYPE only
Notes
Notes:
svn path=/head/; revision=14334
Diffstat (limited to 'www/webglimpse/files/patch-aq')
-rw-r--r-- | www/webglimpse/files/patch-aq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/webglimpse/files/patch-aq b/www/webglimpse/files/patch-aq index 7bff7c53acb8..ecd207b8848b 100644 --- a/www/webglimpse/files/patch-aq +++ b/www/webglimpse/files/patch-aq @@ -13,7 +13,7 @@ print OUT "# CRONFILE FOR ARCHIVE IN DIRECTORY $indexdir\n\n"; +if (defined($locale) && $locale ne '') { -+ print OUT "LANG=$locale; export LANG\n"; ++ print OUT "LC_CTYPE=$locale; export LC_CTYPE\n"; +} + print OUT ('quiet=""',"\n"); |