[LON-CAPA-cvs] cvs: doc /install/linux install.pl

raeburn raeburn at source.lon-capa.org
Sat May 2 20:33:57 EDT 2020


raeburn		Sun May  3 00:33:57 2020 EDT

  Modified files:              
    /doc/install/linux	install.pl 
  Log:
  - Early return from &check_locale() routine if locale information absent.
  
  
Index: doc/install/linux/install.pl
diff -u doc/install/linux/install.pl:1.65 doc/install/linux/install.pl:1.66
--- doc/install/linux/install.pl:1.65	Fri May  1 19:02:51 2020
+++ doc/install/linux/install.pl	Sun May  3 00:33:56 2020
@@ -77,7 +77,7 @@
           &mt('Stopping execution.')."\n";
     exit;
 } else {
-    print LOG '$Id: install.pl,v 1.65 2020/05/01 19:02:51 raeburn Exp $'."\n";
+    print LOG '$Id: install.pl,v 1.66 2020/05/03 00:33:56 raeburn Exp $'."\n";
 }
 
 #
@@ -454,6 +454,7 @@
         } elsif (!open($fh,"</etc/sysconfig/i18n")) {
             print &mt('Failed to open: [_1], default locale not checked.',
                       '/etc/sysconfig/i18n');
+            $earlyout = 1;
         }
     } elsif ($distro =~ /^(?:rhes|centos|scientific|oracle)(\d+)/) {
         if ($1 >= 7) {




More information about the LON-CAPA-cvs mailing list