summary refs log tree commit diff
path: root/src/bltin/printf.1
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/bltin/printf.1
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/bltin/printf.1')
0 files changed, 0 insertions, 0 deletions
Enroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe