commit 90bd27e25d266e7a82cf5eb3f8090057dddc09c7
parent ff8c53244777ea2a2653cf06a320390747779ddd
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Thu, 22 Feb 2024 09:29:56 +0100
Fix printf to mkdir tmp
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/command/pthbs-build b/command/pthbs-build
@@ -152,7 +152,7 @@ function at_filehash(hash_type, file_hash, dst, dstdir){
sandbox_cmd=sandbox_cmd" --extra-mount=rw_bind:"q(ENVIRON["workdir"]"/.tmp:/tmp")
sandbox_cmd=sandbox_cmd" -- "q(ENVIRON["basedir"]"/work/root")
sandbox_cmd=sandbox_cmd" "q(basename(ENVIRON["envdir"]))
- printf "%s\n" "mkdir -p "q(ENVIRON["workdir"]"/.tmp")
+ printf "%s\n", "mkdir -p "q(ENVIRON["workdir"]"/.tmp")
}
} else {
sandbox_cmd=""