--- doc/loncapafiles/langcheck.piml 2017/04/02 17:14:15 1.12
+++ doc/loncapafiles/langcheck.piml 2017/10/23 23:57:46 1.13
@@ -63,8 +63,8 @@ if ('' eq 'sles9' || ''
}
} elsif ('' eq 'fedora18' || '' eq 'fedora19' || '' eq 'fedora20' ||
'' eq 'fedora21' || '' eq 'fedora22' || '' eq 'fedora23' ||
- '' eq 'fedora24' || '' eq 'fedora25' || '' eq 'rhes7' ||
- '' eq 'centos7' || ' eq 'scientific7') {
+ '' 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/) {