diff options
Diffstat (limited to 'doc/el_semicolon.html')
-rw-r--r-- | doc/el_semicolon.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/el_semicolon.html b/doc/el_semicolon.html index 31446fe..6519faa 100644 --- a/doc/el_semicolon.html +++ b/doc/el_semicolon.html @@ -112,7 +112,7 @@ produce empty words, which may modify your script's execution flow. <p> You can use the <tt>EXECLINE_STRICT</tt> environment variable to check proper block quoting. If that variable contains <tt>1</tt>, -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 <tt>2</tt> or a bigger integer, commands will print an error message and die on unquoted arguments. |