--- doc/loncapafiles/langcheck.piml 2015/01/03 03:00:18 1.8
+++ doc/loncapafiles/langcheck.piml 2015/01/19 20:39:59 1.9
@@ -62,7 +62,8 @@ if ('' eq 'sles9' || ''
close(PIPE);
}
} elsif ('' eq 'fedora18' || '' eq 'fedora19' || '' eq 'fedora20' ||
- '' eq 'rhes7' || '' eq 'centos7' || '' eq 'scientific7') {
+ '' eq 'fedora21' || '' eq 'rhes7' || '' eq 'centos7' ||
+ '' eq 'scientific7') {
if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {