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/ifelse.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/ifelse.html') diff --git a/doc/ifelse.html b/doc/ifelse.html index 2298cf8..06d2e9c 100644 --- a/doc/ifelse.html +++ b/doc/ifelse.html @@ -34,7 +34,8 @@
  • ifelse reads prog1... in a block. It forks and executes it, then waits for it to complete.
  • -
  • If prog1 crashes, ifelse exits 1 with an error message.
  • +
  • If prog1 crashes, ifelse prints an error message +and exits 128 plus the number of the signal that killed prog1.
  • If prog1 exits with a return code equal to 0, ifelse execs into prog2.
  • Else ifelse execs into prog3.
  • -- cgit v1.2.3