summary refs log tree commit diff
path: root/src/bltin
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2010-05-27 11:50:19 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-05-27 11:50:19 +0800
commit1d806ac1fbafb867f6252e184e1be05c0829ab71 (patch)
treeb53f7fc72f3d535437421c57653196a8b0d40663 /src/bltin
parent[VAR] Document local command behaviour change (diff)
downloaddash-1d806ac1fbafb867f6252e184e1be05c0829ab71.tar.gz
dash-1d806ac1fbafb867f6252e184e1be05c0829ab71.zip
[VAR] Do not poplocalvars prematurely on regular utilities
The recent cmdenviron removal broke regular utilities by calling
poplocalvars too early.  This patch fixes that by postponing the
poplocalvars for regular utilities until they have completed.

In order to ensure that local still works, it is now a special
built-in.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/bltin')
0 files changed, 0 insertions, 0 deletions
ake and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe