pthbs

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

commit 9eb974aebc044a9e98a61603ce868798e4291968
parent 4c7451de1b303769b228f08c2c151cad0e7843d8
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Fri, 23 Feb 2024 20:29:44 +0100

Fix pthbs-enter test

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

diff --git a/command/pthbs-enter-gen b/command/pthbs-enter-gen @@ -27,4 +27,4 @@ cat >"$exe" <<EOF "$envcommand/s6-envdir" "$envdir" "$envcommand/exec" \$@ EOF chmod +x "$exe" -./"$exe" true +"$exe" true