-
- Downloads
There was an error fetching the commit references. Please try again later.
eval: Return status in eval functions
The exit status is currently clobbered too early for case statements
and loops. This patch fixes it by making the eval functions return
the current exit status and setting them in one place -- evaltree.
Harald van Dijk pointed out a number of bugs in the original patch.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Please register or sign in to comment