From e1fe79a9e705e3cab8f632cdbe8e1774cdef2761 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 19 Feb 2015 04:13:20 +0000 Subject: - exit code overhaul: forx, forbacktickx, loopwhilex, if, ifelse, ifte, ifthenelse - new -o option to forx, forbacktickx, loopwhilex - documentation updated - version: rc for 2.1.0.0 --- doc/ifte.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/ifte.html') diff --git a/doc/ifte.html b/doc/ifte.html index 40b0ec9..9cbfdcc 100644 --- a/doc/ifte.html +++ b/doc/ifte.html @@ -37,7 +37,8 @@ consecutive blocks.
  • ifte runs progif... as a child process and waits for it to complete.
  • If progif... crashes (i.e. is killed by a signal), ifte -exits 1 with an error message.
  • +prints an error message, then exits 128 plus the number of the signal that +killed progif.
  • If progif... exits zero, ifte execs into progthen..., else it execs into progelse....
  • -- cgit v1.2.3