commit 647195a3dc27c4382ae40cc1bf786c5cdd87ac24
parent c5607bec5d848533b4bb2a5d7505cd62ff1761d0
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Wed, 30 Apr 2025 00:32:29 +0000
Fix missing newline escape in pthbs-build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/command/pthbs-build b/command/pthbs-build
@@ -127,7 +127,7 @@ env \
workdir="$workdir" \
script="$script" \
envdir="$pthbs_build_environment" \
- sandbox_cmd="$sandbox_cmd"
+ sandbox_cmd="$sandbox_cmd" \
awk -v sandbox_mode="$sandbox_mode" -f "$pthbs_source/command/pthbs-setup-gen.awk" >"$workdir/pthbs-setup" "$1" || exit $?
if test -z "$JOBS"; then