From 44be69112c71fe65784cc014995044c2a191a449 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
You can use the EXECLINE_STRICT environment variable to check proper block quoting. If that variable contains 1, -commands that read blocks will print a warning message everytime +commands that read blocks will print a warning message every time they find an unquoted argument inside a block. If that variable contains 2 or a bigger integer, commands will print an error message and die on unquoted arguments. diff --git a/doc/el_substitute.html b/doc/el_substitute.html index 3bb56a2..6e6decb 100644 --- a/doc/el_substitute.html +++ b/doc/el_substitute.html @@ -100,7 +100,7 @@ be substituted, or don't be substituted.
#!/command/execlineb elgetopt optstring diff --git a/doc/execline-shell.html b/doc/execline-shell.html index 80c52eb..92140c1 100644 --- a/doc/execline-shell.html +++ b/doc/execline-shell.html @@ -42,12 +42,12 @@ shell with $@ as its argument.
The EXECLINE_STRICT variable (as well as the -q, --w and -W options to execlineb will also modify +-w and -W options to execlineb) will also modify the behaviour of the -S nmin and -s nmin options when execlineb is called with less than nmin positional parameters: diff --git a/doc/exitcodes.html b/doc/exitcodes.html index 619f5d3..c1fcd24 100644 --- a/doc/exitcodes.html +++ b/doc/exitcodes.html @@ -24,7 +24,7 @@ Either C dies normally with an exit code from 0 to 255, or it is killed by a signal. How can we make sure that P reports to G what happened -to C, with as much precision as possible ? +to C, with as much precision as possible?
@@ -33,7 +33,7 @@ structure filled in by waitpid()) than a process can report by simply exiting. P could exit with the same exit code as C, -but then what should it do if C has been killed by a signal ? +but then what should it do if C has been killed by a signal?
@@ -42,7 +42,7 @@ but then what should it do if C has been killed by a signal ? But that's actually not right, because P itself could be killed by a signal from another source, and G needs that information. "P has been killed by a signal" and "C has been killed by a signal" are two -different informations, so they should not be reported in the same way. +different pieces of information, so they should not be reported in the same way.
diff --git a/doc/export.html b/doc/export.html index 1cf9127..06de067 100644 --- a/doc/export.html +++ b/doc/export.html @@ -36,7 +36,7 @@ its arguments.