core-system-init-freebsd

core-system init submodule, FreeBSD version
git clone https://ccx.te2000.cz/git/core-system-init-freebsd
Log | Files | Refs

commit 504ddcc91ef5ffc9e3a8a492f5813b6834704dd9
parent b5830e85fb7b8273321b9876ced7a5ff97d96c18
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 20 Oct 2022 16:44:17 +0200

Fix quoting

Diffstat:
Minstall | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install b/install @@ -55,7 +55,7 @@ EOF "$cmd/s6-cat" >"$dst/init/scripts/populate-run" <<EOF || exit $? #!$sm_dst_package/command/execlineb -P $qc/fdmove -c 2 1 -if { elglob GLOB $(q "$(realpath "$src"))/run-image/* cp -va \$GLOB /run } +if { elglob GLOB $(q "$(realpath "$src")")/run-image/* cp -va \$GLOB /run } EOF "$cmd/s6-chmod" 755 "$dst/init/scripts/populate-run" || exit $?