Predictable alphabetically sorted user fragment application (#518)
This commit is contained in:
@@ -1388,7 +1388,7 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\r
|
||||
|
||||
if [ true = "$_config_fragments" ]; then
|
||||
local fragments=()
|
||||
mapfile -d '' -t fragments < <(find "$_where"/ -type f -name "*.myfrag" -print0)
|
||||
mapfile -d '' -t fragments < <(find "$_where"/ -type f -name "*.myfrag" -print0 | sort -z)
|
||||
|
||||
if [ true = "$_config_fragments_no_confirm" ]; then
|
||||
printf 'Using config fragment %s\n' "${fragments[@]#$_where/}" #"
|
||||
|
Reference in New Issue
Block a user