summary refs log tree commit diff
path: root/src/funcs/popd
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2014-10-08 15:24:23 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-10-08 15:24:23 +0800
commit3c06acdac0b1ba0e0acdda513a57ee6e31385dce (patch)
tree512a990a9da9643242a84d27ed3a3d11c2eda166 /src/funcs/popd
parent[VAR] Use setvareq to set OPTIND initially (diff)
downloaddash-3c06acdac0b1ba0e0acdda513a57ee6e31385dce.tar.gz
dash-3c06acdac0b1ba0e0acdda513a57ee6e31385dce.zip
[EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
Currently we do not field-split $@/$* when it isn't quoted and IFS
is set but empty.  This is obviously wrong.  This patch fixes this.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/funcs/popd')
0 files changed, 0 insertions, 0 deletions
build: Add OpenSSL includes to libcompatJune McEnroe 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe