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

raeburn raeburn at source.lon-capa.org
Tue Jul 30 09:58:58 EDT 2024


raeburn		Tue Jul 30 13:58:58 2024 EDT

  Modified files:              
    /doc/loncapafiles	bash_config_check.piml 
  Log:
  - In a .piml file > and < which are not part of a tag need to be HTML entities. 
  
  
Index: doc/loncapafiles/bash_config_check.piml
diff -u doc/loncapafiles/bash_config_check.piml:1.4 doc/loncapafiles/bash_config_check.piml:1.5
--- doc/loncapafiles/bash_config_check.piml:1.4	Mon Jul 15 16:24:23 2024
+++ doc/loncapafiles/bash_config_check.piml	Tue Jul 30 13:58:58 2024
@@ -2,7 +2,7 @@
 	"http://lpml.sourceforge.net/DTD/piml.dtd">
 <!-- bash_config_check.piml -->
 
-<!-- $Id: bash_config_check.piml,v 1.4 2024/07/15 16:24:23 raeburn Exp $ -->
+<!-- $Id: bash_config_check.piml,v 1.5 2024/07/30 13:58:58 raeburn Exp $ -->
 
 <!--
 
@@ -38,7 +38,7 @@
 use strict;
 
 my ($bracketed_warning,$run_modify_config);
-if (open(PIPE,"/bin/su -s /bin/bash -c 'bind -V 2>&1' www |grep enable-bracketed-paste |")) {
+if (open(PIPE,"/bin/su -s /bin/bash -c 'bind -V 2>&1' www |grep enable-bracketed-paste |")) {
     my $info = <PIPE>;
     chomp($info);
     my ($bracketed) = ($info =~ /^\Qenable-bracketed-paste\E\s+is\s+set\s+to\s+\W(on|off)\W$/);




More information about the LON-CAPA-cvs mailing list