commit 08fd0cef728cc9b2074bd1c035439ef3927cce23
parent f4207e12289be3041c203a74cd5ba61a09192a17
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 3 Oct 2025 19:31:34 +0200
Fix the sty-hooks command
The last hook listed was not handled correctly: its Makefile targets
were simply not generated.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sty-hooks b/src/sty-hooks
@@ -58,7 +58,7 @@ sections | while read -r i; do
fi
done
-printf '%s' "${hook}" | while read -r i; do
+printf '%s\n' "${hook}" | while read -r i; do
# Divide the path into two parts:
# - the top-level directory, i.e. the section
# - the shell script to be executed from the section directory