diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-05-16 00:27:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-05-16 00:27:06 +0000 |
commit | 5053ea39ff884a26e4f295ef081414bf2704c37a (patch) | |
tree | 3308f589eae6cc5c1378cdda66ceaca5ad67c05d /doc/forbacktickx.html | |
parent | b42e1a56a48282be171cc5c094a8b0a3b55da453 (diff) | |
download | execline-5053ea39ff884a26e4f295ef081414bf2704c37a.tar.xz |
- bugfix for forbacktickx: now stdin is correctly transmitted to the loop
- possible bugfix for forstdin: -p was failing in some cases with ECHILD
in the final waitn. I couldn't figure it out (the code looked right...) so
I changed the logic, scrapping the call to waitn.
- rc for 2.1.2.2
Diffstat (limited to 'doc/forbacktickx.html')
-rw-r--r-- | doc/forbacktickx.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/forbacktickx.html b/doc/forbacktickx.html index d20bb72..4398b64 100644 --- a/doc/forbacktickx.html +++ b/doc/forbacktickx.html @@ -78,9 +78,11 @@ split <em>x</em>. </li> <ul> <li> You can start <em>loop...</em> with "import -u <em>variable</em>" to perform variable substitution. </li> - <li> forbacktickx is now implemented as a trivial wrapper around the + <li> forbacktickx is now implemented as a wrapper around the <a href="pipeline.html">pipeline</a> and -<a href="forstdin.html">forstdin</a> commands. </li> +<a href="forstdin.html">forstdin</a> commands, with calls to +<a href="fdmove.html">fdmove></a> to ensure that <em>loop...</em> is called +with the proper standard input. </li> </ul> </body> |