--- doc/loncapafiles/langcheck.piml 2017/10/23 23:57:46 1.13
+++ doc/loncapafiles/langcheck.piml 2018/06/11 03:53:08 1.14
@@ -64,7 +64,8 @@ if ('' eq 'sles9' || ''
} elsif ('' eq 'fedora18' || '' eq 'fedora19' || '' eq 'fedora20' ||
'' eq 'fedora21' || '' eq 'fedora22' || '' eq 'fedora23' ||
'' eq 'fedora24' || '' eq 'fedora25' || '' eq 'fedora26' ||
- '' eq 'rhes7' || '' eq 'centos7' || ' eq 'scientific7') {
+ '' eq 'fedora27' || '' eq 'fedora28' || '' eq 'rhes7' ||
+ '' eq 'centos7' || '' eq 'scientific7') {
if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {