commit b34e3f994577a30dee96d4fa1323676860c67c92
parent 3a65151d07b9478ad7d70ee652d17c4168744050
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 24 Sep 2025 14:34:53 +0200
Fixes the display of a sty-list error message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sty-list b/src/sty-list
@@ -119,7 +119,7 @@ if [ "$#" -lt 1 ]; then
fi
if [ ! -e menu.tsv ]; then
- >&2 printf
+ >&2 printf \
'%s: not a star-typesetting directory (the menu.tsv file is missing)\n' \
"${0##*/}"
exit 1