Assuming that everything is a string leads to code which is effectively:
a=
a+=('bar')
This creates an array with 2 elements instead of one. Using proper array
initialization fixes this.
https://lists.archlinux.org/pipermail/pacman-dev/2018-June/022591.html
Signed-off-by: Allan McRae <allan@archlinux.org>
|
||
|---|---|---|
| .. | ||
| compress.sh.in | ||
| error.sh.in | ||
| message.sh.in | ||
| option.sh.in | ||
| parseopts.sh.in | ||
| pkgbuild.sh.in | ||
| source.sh.in | ||
| util.sh.in | ||