commit | b112dc08c6c86b8b82d60b1169ccab51921241ca | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 27 15:03:46 2010 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 27 15:03:46 2010 +0800 |
tree | 04bb75f4f823114f566d68ec52745421268baa99 | |
parent | f74ae6869a7a9124c8a5cb5f3f64491d28200cc3 [diff] |
[REDIR] Fix popredir on abnormal exit from built-in Just like the poplocalvar problem recently fixed, redirections can also be leaked in case of an abnormal exit. This patch fixes it using the same method as poplocalvar, by storing the previous redirection state and restoring to that point. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>