commit | 0d1fb088a4a16569260de4266d4bd359491c6bcd | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 03 14:07:07 2014 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 03 14:07:07 2014 +0800 |
tree | 4dd2e92dc1bffc7eb1acc4ae85f8c3db89bf86f5 | |
parent | b4ce4120f87d89476b2d6ab31df43900d2f5ce89 [diff] |
[EVAL] Do not clobber exitstatus in evalcommand All originators of EXERROR have been setting the exitstatus for a while now. So it is no longer appropriate to set it explicitly in evalcommand. In fact doing so may cause the original exitstatus to be lost. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>