--- doc/loncapafiles/langcheck.piml 2016/04/09 19:04:39 1.11
+++ doc/loncapafiles/langcheck.piml 2017/10/23 23:57:46 1.13
@@ -62,8 +62,9 @@ if ('' eq 'sles9' || ''
close(PIPE);
}
} elsif ('' eq 'fedora18' || '' eq 'fedora19' || '' eq 'fedora20' ||
- '' eq 'fedora21' || '' eq 'rhes7' || '' eq 'centos7' ||
- '' eq 'scientific7') {
+ '' eq 'fedora21' || '' eq 'fedora22' || '' eq 'fedora23' ||
+ '' eq 'fedora24' || '' eq 'fedora25' || '' eq 'fedora26' ||
+ '' eq 'rhes7' || '' eq 'centos7' || ' eq 'scientific7') {
if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {