summary refs log tree commit diff
path: root/src/cd.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-01-01 07:53:10 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2015-01-05 22:58:52 +1100
commitbc4d989af4a4069f70f19fbe41a7d7ad61965ff8 (patch)
tree696403dfeb86d6b4cd6adb897367f861690603f5 /src/cd.c
parentbuiltin: create builtins.c properly on old cpp (diff)
downloaddash-bc4d989af4a4069f70f19fbe41a7d7ad61965ff8.tar.gz
dash-bc4d989af4a4069f70f19fbe41a7d7ad61965ff8.zip
expand: Fixed "$@" expansion when EXP_FULL is false
The commit 3c06acdac0b1ba0e0acdda513a57ee6e31385dce ([EXPAND]
Split unquoted $@/$* correctly when IFS is set but empty) broke
the case where $@ is in quotes and EXP_FULL is false.

In that case we should still emit IFS as field splitting is not
performed.

Reported-by: Juergen Daubert <jue@jue.li>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/cd.c')
0 files changed, 0 insertions, 0 deletions
'2021-01-10 21:03:06 -0500'>2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe