summary refs log tree commit diff
path: root/src/main.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2008-07-13 21:51:52 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-07-13 22:27:53 +0800
commit030462b7c9f42c088e25e782a777383ae4ba1e66 (patch)
treebf205211b2afedbd4a509550b10e86164cbbdcc1 /src/main.h
parent[INPUT] Made setinputfd static (diff)
downloaddash-030462b7c9f42c088e25e782a777383ae4ba1e66.tar.gz
dash-030462b7c9f42c088e25e782a777383ae4ba1e66.zip
[SHELL] Expand ENV before using it
Per POSIX ENV needs to undergo parameter expansion.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/main.h')
0 files changed, 0 insertions, 0 deletions
a1ad37bf95d2b2464d203f2792449d48&follow=1'>Implement some amount of client connectionJune McEnroe 2019-10-23Set clients non-blockingJune McEnroe 2019-10-23Clean up state.c and factor out parsingJune McEnroe 2019-10-23Respond to pingsJune McEnroe 2019-10-23Add verbose flagJune McEnroe 2019-10-23Set NOSIGPIPE on server connectionJune McEnroe 2019-10-23Set an initial loop capJune McEnroe 2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe