pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

commit c6b4163d39fe9583c2b8d9101f519f83bc28c8f7
parent ff01c4229bbb2da499db0092caa3851e22888311
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 22 Feb 2024 07:16:13 +0100

Delimit positional arguments

Diffstat:
Mcommand/pthbs-build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/command/pthbs-build b/command/pthbs-build @@ -143,7 +143,7 @@ function at_filehash(hash_type, file_hash, dst, dstdir){ sandbox_cmd=sandbox_cmd" --vars="q(ENVIRON["basedir"]"/vars.yaml") sandbox_cmd=sandbox_cmd" --extra-mount=tmpfs:"q(ENVIRON["basedir"]"/work") sandbox_cmd=sandbox_cmd" --extra-mount=rw_bind:"q(ENVIRON["workdir"])":"q(ENVIRON["workdir"]) - sandbox_cmd=sandbox_cmd" "-- q(ENVIRON["basedir"]"/work/root") + sandbox_cmd=sandbox_cmd" -- "q(ENVIRON["basedir"]"/work/root") sandbox_cmd=sandbox_cmd" env_ignored" } } else {