gbranden pushed a commit to branch master
in repository groff.

commit bc3bfd4b919d2b76c97395ee41a989bffc0f7c22
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 21 04:16:06 2026 -0500

    [glilypond]: Make diagnostic identify itself.
    
    De-anonymize chatter to the standard error stream.
---
 contrib/glilypond/tests/smoke-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/glilypond/tests/smoke-test.sh 
b/contrib/glilypond/tests/smoke-test.sh
index e0a80989d..212254ddf 100755
--- a/contrib/glilypond/tests/smoke-test.sh
+++ b/contrib/glilypond/tests/smoke-test.sh
@@ -24,7 +24,7 @@ module=File::HomeDir
 
 if ! perl -e "use $module;" 2> /dev/null
 then
-    echo "Perl module $module not available; skipping" >&2
+    echo "$0: Perl module $module not available; skipping" >&2
     exit 77 # skip
 fi
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to