From 66fd6b861789a688c3279d2e934ba37ef62d5c80 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Mon, 20 May 2019 11:46:14 +0000
Subject: Document -q/-w/-W effect on execlineb -Sfoo
---
doc/execlineb.html | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
(limited to 'doc/execlineb.html')
diff --git a/doc/execlineb.html b/doc/execlineb.html
index c8be4c8..17edd72 100644
--- a/doc/execlineb.html
+++ b/doc/execlineb.html
@@ -194,6 +194,24 @@ force it unset, set to 1, or set to 2 by giving respectively the
-q, -w or -W option to execlineb.
+
+ The EXECLINE_STRICT variable (as well as the -q,
+-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:
+
+
+
+ - If EXECLINE_STRICT is 0 or unset: the script will run
+silently, and missing positional parameters, up to nmin, will
+be substituted with the empty word.
+ - If EXECLINE_STRICT is 1: same, but the script will
+print a warning message rather than run silently.
+ - If EXECLINE_STRICT is 2: the script will exit with an
+error message.
+
+
Options for environment management
--
cgit v1.2.3