gbranden pushed a commit to branch master
in repository groff.
commit 954d6c99def1df5e2bbd503f8baa3faf1cffb6ae
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Apr 16 19:46:32 2023 -0500
PROBLEMS: Update Hurd item and some shebangs.
Per Bruno Haible, GNU/Hurd is passing all tests as of 1.23.0.rc4.
Regarding shebangs, groff has unfortunately done its part in spreading a
myth. See <https://savannah.gnu.org/bugs/?64058>.
---
PROBLEMS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PROBLEMS b/PROBLEMS
index 88cf07db7..50db2f098 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -666,13 +666,13 @@ as empty):
Create a script called `eqn':
- > #! /bin/sh
+ > #!/bin/sh
> if [ ${1:-""} = /usr/pub/eqnchar ] ; then shift ; fi
> geqn $*
and a script called `neqn':
- > #! /bin/sh
+ > #!/bin/sh
> if [ ${1:-""} = /usr/pub/eqnchar ] ; then shift ; fi
> geqn -Tascii $*
@@ -799,7 +799,7 @@ Compilation Problems
[groff 1.23.0]
-* The "initialization_is_quiet" test fails on my GNU/Hurd or NetBSD box.
+* The "initialization_is_quiet" test fails on my NetBSD box.
This is a known problem. We haven't tracked down the cause yet, but
have improved the reporting of the test output in hopes that we can
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit