--- doc/loncapafiles/langcheck.piml 2014/06/03 20:35:04 1.6
+++ doc/loncapafiles/langcheck.piml 2014/06/29 23:50:25 1.7
@@ -61,7 +61,8 @@ if ('' eq 'sles9' || ''
}
close(PIPE);
}
-} elsif ('' eq 'fedora18' || '' eq 'fedora19' || '' eq 'fedora20') {
+} elsif ('' eq 'fedora18' || '' eq 'fedora19' || '' eq 'fedora20' ||
+ '' eq 'rhes7' || '' eq 'centos7' || '' eq 'scientific7') {
if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {