Tk-Glitch 2020-06-16 01:59:23 +07:00
parent 88ebac5d10
commit dd57bbb850
1 changed files with 1 additions and 1 deletions

@ -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/}"