[LON-CAPA-cvs] cvs: doc /loncapafiles bash_config_check.piml

raeburn raeburn at source.lon-capa.org
Tue Jul 9 10:09:34 EDT 2024


raeburn		Tue Jul  9 14:09:34 2024 EDT

  Modified files:              
    /doc/loncapafiles	bash_config_check.piml 
  Log:
  - Fix typos.
  
  
Index: doc/loncapafiles/bash_config_check.piml
diff -u doc/loncapafiles/bash_config_check.piml:1.1 doc/loncapafiles/bash_config_check.piml:1.2
--- doc/loncapafiles/bash_config_check.piml:1.1	Mon Jul  8 23:46:05 2024
+++ doc/loncapafiles/bash_config_check.piml	Tue Jul  9 14:09:34 2024
@@ -2,7 +2,7 @@
 	"http://lpml.sourceforge.net/DTD/piml.dtd">
 <!-- bash_config_check.piml -->
 
-<!-- $Id: bash_config_check.piml,v 1.1 2024/07/08 23:46:05 raeburn Exp $ -->
+<!-- $Id: bash_config_check.piml,v 1.2 2024/07/09 14:09:34 raeburn Exp $ -->
 
 <!--
 
@@ -39,7 +39,7 @@
 
 my $bracketed_warning;
 if (open(PIPE,"/bin/su -s /bin/bash -c 'bind -V' www 2>&1 |grep enable-bracketed-paste |")) {
-    my $info = <PIPE>
+    my $info = <PIPE>;
     chomp($info);
     my ($bracketed) = ($info =~ /^\Qenable-bracketed-paste\E\s+is\s+set\s+to\s+\W(on|off)\W$/);
     close(PIPE);
@@ -52,8 +52,8 @@
 
 if ($bracketed_warning) {
     print <<"END";
-**** ERROR: Problems will include calls to R statistics engine will not work.
-You need to create a file: /home/www/.inputrc containing th efollowing line:
+**** ERROR: Problems which include calls to R statistics engine will not work.
+You need to create a file: /home/www/.inputrc containing the following line:
 set enable-bracketed-paste to off
 END
 }




More information about the LON-CAPA-cvs mailing list