linux58-rc-tkg: Import https://github.com/Frogging-Family/linux-tkg/pull/18 changes.
This commit is contained in:
parent
88ebac5d10
commit
dd57bbb850
@ -797,7 +797,7 @@ prepare() {
|
||||
|
||||
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)
|
||||
|
||||
if [ true = "$_config_fragments_no_confirm" ]; then
|
||||
printf 'Using config fragment %s\n' "${fragments[@]#$_where/}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user