rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 08d7e12bb904e6e427605297b9f01c3bf95d8dac
parent 03bfa8b5f639928fa3f003182a51ee263a8dcc91
Author: Drazen Borkovic <borkovic@users.noreply.github.com>
Date:   Fri, 12 May 2017 22:14:57 -0700

Man page explanation of the -e option include the test in the while() statement.

Diffstat:
Mrc.1 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/rc.1 b/rc.1 @@ -226,8 +226,12 @@ will exit if any command fails (exits with non-zero status). However .I "rc -e" does not exit if a conditional fails. A conditional is the test of an .Cr "if ()" +command, the test of a +.Cr "while ()" command, or the left hand side of the .Cr || +or the +.Cr && operator. .TP .Cr \-i