[LON-CAPA-cvs] cvs: doc /loncapafiles langcheck.piml
raeburn
raeburn at source.lon-capa.org
Tue Feb 19 16:20:05 EST 2019
raeburn Tue Feb 19 21:20:05 2019 EDT
Modified files:
/doc/loncapafiles langcheck.piml
Log:
- Support Ubuntu 18 LTS.
Index: doc/loncapafiles/langcheck.piml
diff -u doc/loncapafiles/langcheck.piml:1.15 doc/loncapafiles/langcheck.piml:1.16
--- doc/loncapafiles/langcheck.piml:1.15 Sat Oct 27 20:29:22 2018
+++ doc/loncapafiles/langcheck.piml Tue Feb 19 21:20:05 2019
@@ -50,7 +50,7 @@
}
} elsif ('<DIST />' eq 'debian5' || '<DIST />' eq 'debian6' || '<DIST />' eq 'ubuntu6' ||
'<DIST />' eq 'ubuntu8' || '<DIST />' eq 'ubuntu10' || '<DIST />' eq 'ubuntu12' ||
- '<DIST />' eq 'ubuntu14' || '<DIST />' eq 'ubuntu16') {
+ '<DIST />' eq 'ubuntu14' || '<DIST />' eq 'ubuntu16' || '<DIST />' eq 'ubuntu18') {
if (open(PIPE,"cat /etc/default/locale |grep '^LANG' |")) {
print "Checking OS language";
if (<PIPE> =~ /^LANG="en/) {
More information about the LON-CAPA-cvs
mailing list