diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2022-11-06 20:07:59 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2022-11-06 20:07:59 +0100 |
commit | 462826ff1fc387dc642f1670a68cddc6f0b6cc29 (patch) | |
tree | bddb1c5902819732819364f46fd788f8a6bc52fd /.mailmap | |
parent | 3da4ed314aeebd403410deaf189d5921cc654c6c (diff) | |
download | alpine-conf-462826ff1fc387dc642f1670a68cddc6f0b6cc29.zip |
always quote vars in 'local' assignment
Some shells may apply word splitting after expanding variable in
`local a=$1`. I know just about yash, but since `local` is supposed to
be a builtin *command*, the "correct" behaviour of common shells is
actually a special case for `local` - it doesn't apply for other
commands. See https://osdn.net/projects/yash/ticket/46041.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions