forked from Mirror/pmbootstrap
Create a common merge() function that can be adjusted in the next patch, because the logic for merging needs to be more complicated now.
3 lines
173 B
Text
3 lines
173 B
Text
# SC3043: "In POSIX sh, 'local' is undefined" - busybox sh and pretty much all
|
|
# other shells can handle it though and Alpine uses it too in lots of scripts.
|
|
disable=SC3043
|