Diff for /doc/loncapafiles/langcheck.piml between versions 1.12 and 1.13

version 1.12, 2017/04/02 17:14:15 version 1.13, 2017/10/23 23:57:46
Line 63  if ('<DIST />' eq 'sles9' || '<DIST />' Line 63  if ('<DIST />' eq 'sles9' || '<DIST />'
     }      }
 } elsif ('<DIST />' eq 'fedora18' || '<DIST />' eq 'fedora19' || '<DIST />' eq 'fedora20' ||  } elsif ('<DIST />' eq 'fedora18' || '<DIST />' eq 'fedora19' || '<DIST />' eq 'fedora20' ||
          '<DIST />' eq 'fedora21' || '<DIST />' eq 'fedora22' || '<DIST />' eq 'fedora23' ||           '<DIST />' eq 'fedora21' || '<DIST />' eq 'fedora22' || '<DIST />' eq 'fedora23' ||
          '<DIST />' eq 'fedora24' || '<DIST />' eq 'fedora25' || '<DIST />' eq 'rhes7'    ||            '<DIST />' eq 'fedora24' || '<DIST />' eq 'fedora25' || '<DIST />' eq 'fedora26' ||
          '<DIST />' eq 'centos7'  || <DIST />' eq 'scientific7') {           '<DIST />' eq 'rhes7'    || '<DIST />' eq 'centos7'  || <DIST />' eq 'scientific7') {
     if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {      if (open(PIPE,"cat /etc/locale.conf |grep '^LANG' |")) {
         print "Checking OS language";          print "Checking OS language";
         if (&lt;PIPE&gt; =~ /^LANG="en/) {          if (&lt;PIPE&gt; =~ /^LANG="en/) {

Removed from v.1.12  
changed lines
  Added in v.1.13


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>