gbranden pushed a commit to branch master
in repository groff.

commit aa455ab519d197bde82b297afc23f989f7d38d57
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Mon Jul 14 18:34:08 2025 -0500

    font/scripts/gendesc.sh: Fix copy and paste error.
    
    ...causing script's error diagnostic to misreport its own name.
    
    * font/scripts/gendesc.sh: Do it.
---
 ChangeLog               | 5 +++++
 font/scripts/gendesc.sh | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 90ebb62db..57b984fb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-07-14  G. Branden Robinson <g.branden.robin...@gmail.com>
+
+       * font/scripts/gendesc.sh: Fix copy and paste error causing
+       script's error diagnostic to misreport its own name.
+
 2025-07-14  G. Branden Robinson <g.branden.robin...@gmail.com>
 
        [troff]: Trivially refactor, continuing naming reform of
diff --git a/font/scripts/gendesc.sh b/font/scripts/gendesc.sh
index 5bf5376bd..0c0a80835 100755
--- a/font/scripts/gendesc.sh
+++ b/font/scripts/gendesc.sh
@@ -2,7 +2,7 @@
 # Usage: gendesc.sh <input .proto> <RES> <CPI> <LPI> <list of fonts>
 if test -z "$1" || test -z "$2" || test -z "$3" || test -z "$4" || \
     test -z "$5"; then
-    echo "genfonts.sh: missing parameter"; exit 255;
+    echo "gendesc.sh: missing parameter"; exit 255;
 fi
 INPUT=$1
 RES=$2

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to