pthbs

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

commit e2af1793679e21495aff8f3ff5c2d76e974be452
parent d39c3eba3462f3de17632963857c16640a5b1808
Author: ccx <ccx@te2000.cz>
Date:   Wed,  6 Mar 2024 23:23:55 +0000

Fix shell syntax

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

diff --git a/command/pthbs-enter-gen b/command/pthbs-enter-gen @@ -81,3 +81,4 @@ foreground { /run/command/install-as-current-environment.postinstall } exit 1 EOF chmod +x "$exe" +fi