commit | 29d6f2148f10213de4e904d515e792d2cf8c968e | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 04 21:53:55 2020 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 08 16:58:29 2020 +1000 |
tree | e01d542531046f38ed1b3793847fb4dcd54baf58 | |
parent | 0b923162429afa275df4aabc7aab2509ad0992a6 [diff] |
eval: Check nflag in evaltree instead of cmdloop This patch moves the nflag check from cmdloop into evaltree. This is so that nflag will be in force even if we enter the shell via a path other than cmdloop, e.g., through sh -c. Reported-by: Joey Hess <id@joeyh.name> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>