Closed HugoNikanor closed 4 years ago
Thank you! There still seems to be a failure with sync-docs.sh
.
I can't figure out why the test fails. It appears to have something to do with sed on MacOS, but I don't have access to any MacOS machines for further testing.
Any ideas?
I'm the author of the sed running on macOS, so yes I have an idea. The regular expressions it provides are the basic ones, not the extended ones. A quick view shows me that your using ^ \+
. Change this into the equivalent ^ *
(with two spaces).
That seems to have worked.
Excellent, thank you!
Man pages require no leading whitespace for a line to be wrapped to the one preceding it. These commits update sync-docs.sh to remove that whitespace, update the README to keep the lists working, and finally add an updated git-issue.1.